Lines Matching refs:XML_ERR_OK
6714 if ((encoding == NULL) && (ctxt->errNo == XML_ERR_OK)) { in xmlParseTextDecl()
6839 xmlParserErrors ret = XML_ERR_OK; in xmlParseReference()
6971 if ((ret == XML_ERR_OK) && (list != NULL)) { in xmlParseReference()
7016 } else if ((ret != XML_ERR_OK) && in xmlParseReference()
10794 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1)) in xmlParseTryOrFinish()
11677 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1)) in xmlParseChunk()
11765 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1)) in xmlParseChunk()
12535 xmlParserErrors ret = XML_ERR_OK; in xmlParseExternalEntityPrivate()
12676 ret = XML_ERR_OK; in xmlParseExternalEntityPrivate()
12696 if (ctxt->lastError.code != XML_ERR_OK) in xmlParseExternalEntityPrivate()
12802 xmlParserErrors ret = XML_ERR_OK; in xmlParseBalancedChunkMemoryInternal()
12908 ret = XML_ERR_OK; in xmlParseBalancedChunkMemoryInternal()
12911 if ((lst != NULL) && (ret == XML_ERR_OK)) { in xmlParseBalancedChunkMemoryInternal()
12950 if (ctxt->lastError.code != XML_ERR_OK) in xmlParseBalancedChunkMemoryInternal()
12993 xmlParserErrors ret = XML_ERR_OK; in xmlParseInNodeContext()
13149 ret = XML_ERR_OK; in xmlParseInNodeContext()
13176 if (ret != XML_ERR_OK) { in xmlParseInNodeContext()
14324 ctxt->errNo = XML_ERR_OK; in xmlCtxtReset()
14345 if (ctxt->lastError.code != XML_ERR_OK) in xmlCtxtReset()