Lines Matching refs:lastError
120 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
2370 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
2423 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
11784 if (ctxt->lastError.code != XML_ERR_OK)
11785 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
12025 if (ctxt->lastError.code != XML_ERR_OK)
12026 xmlCopyError(&ctxt->lastError, &oldctxt->lastError);
13357 if (ctxt->lastError.code != XML_ERR_OK)
13358 xmlResetError(&ctxt->lastError);