Searched refs:XML_ERROR_NOT_STANDALONE (Results 1 – 4 of 4) sorted by relevance
106 XML_ERROR_NOT_STANDALONE, enumerator
2581 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()
1165 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()
1020 if (XML_GetErrorCode(ext_parser) != XML_ERROR_NOT_STANDALONE) in external_entity_not_standalone()