Searched refs:XML_ERROR_NONE (Results 1 – 4 of 4) sorted by relevance
79 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatStartElement()106 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatEndElement()117 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatCharacterData()127 if (context_.RaisedError() != XML_ERROR_NONE) in ExpatXmlDecl()163 if (context_.RaisedError() != XML_ERROR_NONE) { in Parse()184 raised_(XML_ERROR_NONE), in ParseContext()230 raised_ = XML_ERROR_NONE; in Reset()
889 errorCode = XML_ERROR_NONE; in parserInit()1208 return XML_ERROR_NONE; in XML_UseForeignDTD()1531 if (errorCode == XML_ERROR_NONE) { in XML_Parse()1560 if (errorCode != XML_ERROR_NONE) { in XML_Parse()1653 if (errorCode != XML_ERROR_NONE) { in XML_ParseBuffer()1813 if (errorCode != XML_ERROR_NONE) { in XML_ResumeParser()2118 if (result == XML_ERROR_NONE) { in contentProcessor()2132 if (result != XML_ERROR_NONE) in externalEntityInitProcessor()2155 return XML_ERROR_NONE; in externalEntityInitProcessor2()2162 return XML_ERROR_NONE; in externalEntityInitProcessor2()[all …]
55 XML_ERROR_NONE, enumerator
1059 if (XML_GetErrorCode(parser) != XML_ERROR_NONE) in START_TEST()