Home
last modified time | relevance | path

Searched refs:XML_StopParser (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dlibexpat.def71 XML_StopParser @63
H A Dlibexpatw.def71 XML_StopParser @63
H A Dexpat.h809 XML_StopParser(XML_Parser parser, XML_Bool resumable);
H A Dxmlparse.c2159 XML_StopParser(XML_Parser parser, XML_Bool resumable) { in XML_StopParser() function
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c1989 XML_StopParser(g_parser, resumable); in clearing_aborting_character_handler()
2048 XML_StopParser(g_parser, resumable); in parser_stop_character_handler()
2052 if (XML_StopParser(g_parser, XML_FALSE) != XML_STATUS_ERROR) in parser_stop_character_handler()
2058 if (XML_StopParser(g_parser, XML_FALSE) == XML_STATUS_ERROR) in parser_stop_character_handler()
2062 if (XML_StopParser(g_parser, XML_TRUE) != XML_STATUS_ERROR) in parser_stop_character_handler()
3145 if (XML_StopParser(ext_parser, XML_TRUE) != XML_STATUS_ERROR) in entity_suspending_decl_handler()
3200 XML_StopParser(ext_parser, resumable); in entity_suspending_xdecl_handler()
4802 XML_StopParser(g_parser, resumable); in aborting_xdecl_handler()
4833 XML_StopParser(g_parser, resumable); in selective_aborting_default_handler()
4882 XML_StopParser((XML_Parser)userData, 1); in suspending_end_handler()
[all …]
/netbsd-src/external/mit/expat/dist/
H A DChanges399 #240 Fix cases where XML_StopParser did not have any effect
588 XML_StopParser was called from an element handler
961 of XML_StopParser() was not handled properly; if the parser was
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c1551 (void)XML_StopParser((XML_Parser)userData, XML_FALSE); in xml_entitydeclhandler()
/netbsd-src/external/bsd/unbound/dist/
H A Dconfig.h.in170 /* Define to 1 if you have the declaration of `XML_StopParser', and to 0 if
H A Dconfigure.ac1451 AC_CHECK_DECLS([XML_StopParser], [], [], [AC_INCLUDES_DEFAULT
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200710093 * configure.ac: Check for XML_StopParser.
10095 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200710093 * configure.ac: Check for XML_StopParser.
10095 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.