Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/test/
H A Dtestxml.c175 xp = apr_xml_parser_create(p); in test_CVE_2009_3720_alpha()
188 xp = apr_xml_parser_create(p); in test_CVE_2009_3720_beta()
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_xml.h215 APU_DECLARE(apr_xml_parser *) apr_xml_parser_create(apr_pool_t *pool);
/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c389 APU_DECLARE(apr_xml_parser *) apr_xml_parser_create(apr_pool_t *pool) in apr_xml_parser_create() function
526 *parser = apr_xml_parser_create(p); in apr_xml_parse_file()