Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/include/
H A Dapr_xml.h208 typedef struct apr_xml_parser apr_xml_parser; typedef
215 APU_DECLARE(apr_xml_parser *) apr_xml_parser_create(apr_pool_t *pool);
228 apr_xml_parser **parser,
242 APU_DECLARE(apr_status_t) apr_xml_parser_feed(apr_xml_parser *parser,
254 APU_DECLARE(apr_status_t) apr_xml_parser_done(apr_xml_parser *parser,
264 APU_DECLARE(char *) apr_xml_parser_geterror(apr_xml_parser *parser,
/freebsd-13.1/contrib/apr-util/xml/
H A Dapr_xml.c56 struct apr_xml_parser { struct
80 static int find_prefix(apr_xml_parser *parser, const char *prefix) in find_prefix() argument
145 apr_xml_parser *parser = userdata; in start_handler()
324 apr_xml_parser *parser = userdata; in end_handler()
336 apr_xml_parser *parser = userdata; in cdata_handler()
362 apr_xml_parser *parser = ctx; in cleanup_parser()
378 apr_xml_parser *parser = userData; in entity_declaration()
389 APU_DECLARE(apr_xml_parser *) apr_xml_parser_create(apr_pool_t *pool) in apr_xml_parser_create()
391 apr_xml_parser *parser = apr_pcalloc(pool, sizeof(*parser)); in apr_xml_parser_create()
430 static apr_status_t do_parse(apr_xml_parser *parser, in do_parse()
[all …]
/freebsd-13.1/contrib/apr-util/test/
H A Dtestxml.c123 apr_xml_parser *parser; in test_xml_parser()
154 apr_xml_parser *parser; in test_billion_laughs()
171 apr_xml_parser *xp; in test_CVE_2009_3720_alpha()
184 apr_xml_parser *xp; in test_CVE_2009_3720_beta()