Home
last modified time | relevance | path

Searched refs:apr_xml_parse_file (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/apr-util/test/
H A Dtestxml.c133 rv = apr_xml_parse_file(p, &parser, &doc, fd, 2000); in test_xml_parser()
147 rv = apr_xml_parse_file(p, &parser, &doc, fd, 2000); in test_xml_parser()
164 apr_xml_parse_file(p, &parser, &doc, fd, 2000); in test_billion_laughs()
/freebsd-12.1/contrib/apr-util/include/
H A Dapr_xml.h227 APU_DECLARE(apr_status_t) apr_xml_parse_file(apr_pool_t *p,
/freebsd-12.1/contrib/apr-util/xml/
H A Dapr_xml.c496 APU_DECLARE(apr_status_t) apr_xml_parse_file(apr_pool_t *p, in apr_xml_parse_file() function