Home
last modified time | relevance | path

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

/netbsd/src/external/mit/expat/dist/lib/
Dexpat.h106 XML_ERROR_NOT_STANDALONE, enumerator
Dxmlparse.c2581 case XML_ERROR_NOT_STANDALONE: in XML_ErrorString()
5068 return XML_ERROR_NOT_STANDALONE; in doProlog()
5108 return XML_ERROR_NOT_STANDALONE; in doProlog()
5320 return XML_ERROR_NOT_STANDALONE; in doProlog()
5712 return XML_ERROR_NOT_STANDALONE; in doProlog()
/netbsd/src/external/mit/expat/dist/tests/
Dbasic_tests.c1165 expect_failure(text, XML_ERROR_NOT_STANDALONE, in START_TEST()
1171 expect_failure(text, XML_ERROR_NOT_STANDALONE, in START_TEST()
2352 expect_failure(text, XML_ERROR_NOT_STANDALONE, in START_TEST()
Dhandlers.c1020 if (XML_GetErrorCode(ext_parser) != XML_ERROR_NOT_STANDALONE) in external_entity_not_standalone()