Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/test/
H A Dtestxml.c177 rv = apr_xml_parser_feed(xp, "\0\r\n", 3); in test_CVE_2009_3720_alpha()
190 rv = apr_xml_parser_feed(xp, "<?xml version\xc2\x85='1.0'?>\r\n", 25); in test_CVE_2009_3720_beta()
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_xml.h242 APU_DECLARE(apr_status_t) apr_xml_parser_feed(apr_xml_parser *parser,
/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c450 APU_DECLARE(apr_status_t) apr_xml_parser_feed(apr_xml_parser *parser, in apr_xml_parser_feed() function
538 rv = apr_xml_parser_feed(*parser, buffer, length); in apr_xml_parse_file()