Searched refs:XML_ERROR_NOT_STANDALONE (Results 1 – 7 of 7) sorted by relevance
102 XML_ERROR_NOT_STANDALONE, enumerator
2389 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()
103 XML_ERROR_NOT_STANDALONE, enumerator
2425 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()
460 :const:`XML_ERROR_NOT_STANDALONE` error. If this handler is not set, no786 .. data:: XML_ERROR_NOT_STANDALONE
1730 ADD_CONST(XML_ERROR_NOT_STANDALONE); in add_errors_module()
1743 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()