Lines Matching refs:lastError
131 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlParserEntityCheck()
217 if (((ctxt->lastError.code != XML_ERR_UNDECLARED_ENTITY) && in xmlParserEntityCheck()
218 (ctxt->lastError.code != XML_WAR_UNDECLARED_ENTITY)) || in xmlParserEntityCheck()
2786 if ((ctxt->lastError.code == XML_ERR_ENTITY_LOOP) || in xmlStringLenDecodeEntities()
2787 (ctxt->lastError.code == XML_ERR_INTERNAL_ERROR)) in xmlStringLenDecodeEntities()
2839 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlStringLenDecodeEntities()
13351 if (ctxt->lastError.code != XML_ERR_OK) in xmlParseExternalEntityPrivate()
13352 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseExternalEntityPrivate()
13605 if (ctxt->lastError.code != XML_ERR_OK) in xmlParseBalancedChunkMemoryInternal()
13606 xmlCopyError(&ctxt->lastError, &oldctxt->lastError); in xmlParseBalancedChunkMemoryInternal()
15001 if (ctxt->lastError.code != XML_ERR_OK) in xmlCtxtReset()
15002 xmlResetError(&ctxt->lastError); in xmlCtxtReset()