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()
924 errorCode = XML_ERROR_NONE; in parserInit()1243 return XML_ERROR_NONE; in XML_UseForeignDTD()1566 if (errorCode == XML_ERROR_NONE) { in XML_Parse()1595 if (errorCode != XML_ERROR_NONE) { in XML_Parse()1688 if (errorCode != XML_ERROR_NONE) { in XML_ParseBuffer()1852 if (errorCode != XML_ERROR_NONE) { in XML_ResumeParser()2157 if (result == XML_ERROR_NONE) { in contentProcessor()2171 if (result != XML_ERROR_NONE) in externalEntityInitProcessor()2194 return XML_ERROR_NONE; in externalEntityInitProcessor2()2201 return XML_ERROR_NONE; in externalEntityInitProcessor2()[all …]
55 XML_ERROR_NONE, enumerator
1147 if (XML_GetErrorCode(parser) != XML_ERROR_NONE) in START_TEST()