Home
last modified time | relevance | path

Searched refs:XML_ERROR_ABORTED (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/expat/examples/
H A Delement_declarations.c222 if (errorCode == XML_ERROR_ABORTED) { in main()
/freebsd/contrib/expat/lib/
H A Dexpat.h121 XML_ERROR_ABORTED, enumerator
H A Dxmlparse.c2609 case XML_ERROR_ABORTED: in XML_ErrorString()
2902 return XML_ERROR_ABORTED; in externalEntityInitProcessor3()
3412 return XML_ERROR_ABORTED; in doContent()
4276 return XML_ERROR_ABORTED; in doCdataSection()
4344 return XML_ERROR_ABORTED; in doCdataSection()
4426 return XML_ERROR_ABORTED; in doIgnoreSection()
4695 return XML_ERROR_ABORTED; in entityValueInitProcessor()
5884 return XML_ERROR_ABORTED; in doProlog()
5921 return XML_ERROR_ABORTED; in epilogProcessor()
5965 return XML_ERROR_ABORTED; in epilogProcessor()
/freebsd/contrib/expat/tests/
H A Dhandlers.c627 if (XML_GetErrorCode(ext_parser) != XML_ERROR_ABORTED) in external_entity_suspend_xmldecl()
1064 if (XML_GetErrorCode(ext_parser) != XML_ERROR_ABORTED) in external_entity_value_aborter()
H A Dbasic_tests.c1506 if (XML_GetErrorCode(g_parser) != XML_ERROR_ABORTED) in START_TEST()
1935 expect_failure(text, XML_ERROR_ABORTED, "Parse not aborted in CDATA handler"); in START_TEST()
3786 if (XML_GetErrorCode(g_parser) != XML_ERROR_ABORTED) in START_TEST()
3799 expect_failure(text, XML_ERROR_ABORTED, "Abort not triggered"); in START_TEST()