Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/expat/lib/
Dexpat.h118 XML_ERROR_ABORTED, enumerator
Dxmlparse.c2433 case XML_ERROR_ABORTED: in XML_ErrorString()
2710 return XML_ERROR_ABORTED; in externalEntityInitProcessor3()
3210 return XML_ERROR_ABORTED; in doContent()
4067 return XML_ERROR_ABORTED; in doCdataSection()
4134 return XML_ERROR_ABORTED; in doCdataSection()
4210 return XML_ERROR_ABORTED; in doIgnoreSection()
4479 return XML_ERROR_ABORTED; in entityValueInitProcessor()
5634 return XML_ERROR_ABORTED; in doProlog()
5665 return XML_ERROR_ABORTED; in epilogProcessor()
5708 return XML_ERROR_ABORTED; in epilogProcessor()
/freebsd-12-stable/contrib/expat/tests/
Druntests.c2008 if (XML_GetErrorCode(g_parser) != XML_ERROR_ABORTED) in START_TEST()
2483 expect_failure(text, XML_ERROR_ABORTED, "Parse not aborted in CDATA handler"); in START_TEST()
3230 if (XML_GetErrorCode(ext_parser) != XML_ERROR_ABORTED) in external_entity_suspend_xmldecl()
4492 if (XML_GetErrorCode(ext_parser) != XML_ERROR_ABORTED) in external_entity_value_aborter()
4847 if (XML_GetErrorCode(g_parser) != XML_ERROR_ABORTED) in START_TEST()
4860 expect_failure(text, XML_ERROR_ABORTED, "Abort not triggered"); in START_TEST()