Home
last modified time | relevance | path

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

/third_party/python/Modules/expat/
Dexpat.h117 XML_ERROR_ABORTED, enumerator
Dxmlparse.c2417 case XML_ERROR_ABORTED: in XML_ErrorString()
2689 return XML_ERROR_ABORTED; in externalEntityInitProcessor3()
3189 return XML_ERROR_ABORTED; in doContent()
3795 return XML_ERROR_ABORTED; in doCdataSection()
3862 return XML_ERROR_ABORTED; in doCdataSection()
3938 return XML_ERROR_ABORTED; in doIgnoreSection()
4207 return XML_ERROR_ABORTED; in entityValueInitProcessor()
5341 return XML_ERROR_ABORTED; in doProlog()
5372 return XML_ERROR_ABORTED; in epilogProcessor()
5415 return XML_ERROR_ABORTED; in epilogProcessor()
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h117 XML_ERROR_ABORTED, enumerator
Dxmlparse.c2425 case XML_ERROR_ABORTED: in XML_ErrorString()
2697 return XML_ERROR_ABORTED; in externalEntityInitProcessor3()
3197 return XML_ERROR_ABORTED; in doContent()
3803 return XML_ERROR_ABORTED; in doCdataSection()
3870 return XML_ERROR_ABORTED; in doCdataSection()
3946 return XML_ERROR_ABORTED; in doIgnoreSection()
4215 return XML_ERROR_ABORTED; in entityValueInitProcessor()
5349 return XML_ERROR_ABORTED; in doProlog()
5380 return XML_ERROR_ABORTED; in epilogProcessor()
5423 return XML_ERROR_ABORTED; in epilogProcessor()
/third_party/skia/third_party/externals/expat/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()
3154 if (XML_GetErrorCode(ext_parser) != XML_ERROR_ABORTED) in external_entity_suspend_xmldecl()
4392 if (XML_GetErrorCode(ext_parser) != XML_ERROR_ABORTED) in external_entity_value_aborter()
4747 if (XML_GetErrorCode(g_parser) != XML_ERROR_ABORTED) in START_TEST()
4760 expect_failure(text, XML_ERROR_ABORTED, "Abort not triggered"); in START_TEST()
/third_party/python/Modules/
Dpyexpat.c1745 ADD_CONST(XML_ERROR_ABORTED); in add_errors_module()
/third_party/python/Doc/library/
Dpyexpat.rst855 .. data:: XML_ERROR_ABORTED