Searched refs:XML_StopParser (Results 1 – 10 of 10) sorted by relevance
/openbsd/lib/libexpat/tests/ |
H A D | handlers.c | 162 XML_StopParser((XML_Parser)userData, 1); in suspending_end_handler() 171 XML_StopParser(g_parser, XML_TRUE); in start_element_suspender() 173 XML_StopParser(g_parser, XML_FALSE); in start_element_suspender() 275 XML_StopParser(mydata->parser, 0); in end_element_issue_240() 596 XML_StopParser(ext_parser, g_resumable); in entity_suspending_xdecl_handler() 1577 XML_StopParser(g_parser, g_resumable); in clearing_aborting_character_handler() 1591 XML_StopParser(g_parser, g_resumable); in parser_stop_character_handler() 1824 XML_StopParser(g_parser, g_resumable); in selective_aborting_default_handler() 1833 XML_StopParser(parser, XML_TRUE); in suspending_comment_handler() 1841 XML_StopParser(g_parser, XML_TRUE); in element_decl_suspender() [all …]
|
H A D | misc_tests.c | 484 XML_StopParser(parser, XML_TRUE); in resumable_stopping_character_handler() 503 XML_StopParser(parser, /*resumable=*/XML_TRUE); in START_TEST() 515 assert_true(XML_StopParser(parser, resumable) == XML_STATUS_ERROR); in START_TEST()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | rrdp.h | 26 XML_StopParser(p, XML_FALSE); \
|
/openbsd/lib/libexpat/examples/ |
H A D | element_declarations.c | 185 XML_StopParser(parser, /* resumable= */ XML_FALSE); in handleElementDeclaration()
|
/openbsd/lib/libexpat/lib/ |
H A D | expat.h | 828 XML_StopParser(XML_Parser parser, XML_Bool resumable);
|
H A D | xmlparse.c | 2234 XML_StopParser(XML_Parser parser, XML_Bool resumable) { in XML_StopParser() function
|
/openbsd/lib/libexpat/ |
H A D | Changes | 37 XML_StopParser to (stop or) suspend an unstarted parser. 825 #240 Fix cases where XML_StopParser did not have any effect 1014 XML_StopParser was called from an element handler 1387 of XML_StopParser() was not handled properly; if the parser was
|
/openbsd/usr.sbin/unbound/smallapp/ |
H A D | unbound-anchor.c | 1561 (void)XML_StopParser((XML_Parser)userData, XML_FALSE); in xml_entitydeclhandler()
|
/openbsd/usr.sbin/unbound/ |
H A D | config.h.in | 176 /* Define to 1 if you have the declaration of `XML_StopParser', and to 0 if
|
H A D | configure.ac | 1513 AC_CHECK_DECLS([XML_StopParser], [], [], [AC_INCLUDES_DEFAULT
|