Home
last modified time | relevance | path

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

/third_party/python/Modules/expat/
Dexpat.h102 XML_ERROR_NOT_STANDALONE, enumerator
Dxmlparse.c2389 case XML_ERROR_NOT_STANDALONE: in XML_ErrorString()
4578 return XML_ERROR_NOT_STANDALONE; in doProlog()
4618 return XML_ERROR_NOT_STANDALONE; in doProlog()
4808 return XML_ERROR_NOT_STANDALONE; in doProlog()
5175 return XML_ERROR_NOT_STANDALONE; in doProlog()
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h103 XML_ERROR_NOT_STANDALONE, enumerator
Dxmlparse.c2425 case XML_ERROR_NOT_STANDALONE: in XML_ErrorString()
4628 return XML_ERROR_NOT_STANDALONE; in doProlog()
4668 return XML_ERROR_NOT_STANDALONE; in doProlog()
4880 return XML_ERROR_NOT_STANDALONE; in doProlog()
5257 return XML_ERROR_NOT_STANDALONE; in doProlog()
/third_party/python/Doc/library/
Dpyexpat.rst460 :const:`XML_ERROR_NOT_STANDALONE` error. If this handler is not set, no
786 .. data:: XML_ERROR_NOT_STANDALONE
/third_party/python/Modules/
Dpyexpat.c1730 ADD_CONST(XML_ERROR_NOT_STANDALONE); in add_errors_module()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c1743 expect_failure(text, XML_ERROR_NOT_STANDALONE, in START_TEST()
1749 expect_failure(text, XML_ERROR_NOT_STANDALONE, in START_TEST()
2714 expect_failure(text, XML_ERROR_NOT_STANDALONE, in START_TEST()
4337 if (XML_GetErrorCode(ext_parser) != XML_ERROR_NOT_STANDALONE) in external_entity_not_standalone()