Searched refs:XML_ERR_ENTITY_LOOP (Results 1 – 5 of 5) sorted by relevance
11 + xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL);
189 XML_ERR_ENTITY_LOOP, /* 89 */ enumerator
692 if ((doc != NULL) || (ctxt->lastError.code != XML_ERR_ENTITY_LOOP)) { in recursiveDetectTest()
133 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlParserEntityCheck()224 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParserEntityCheck()380 case XML_ERR_ENTITY_LOOP: in xmlFatalErr()2760 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlStringLenDecodeEntities()2797 if ((ctxt->lastError.code == XML_ERR_ENTITY_LOOP) || in xmlStringLenDecodeEntities()2820 if ((ctxt->lastError.code == XML_ERR_ENTITY_LOOP) || in xmlStringLenDecodeEntities()2854 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlStringLenDecodeEntities()7329 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()7330 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParseReference()7440 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()[all …]
286 d XML_ERR_ENTITY_LOOP...