Searched refs:apr_xml_parser (Results 1 – 3 of 3) sorted by relevance
208 typedef struct apr_xml_parser apr_xml_parser; typedef215 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,
56 struct apr_xml_parser { struct80 static int find_prefix(apr_xml_parser *parser, const char *prefix) in find_prefix() argument145 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 …]
123 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()