Searched refs:XML_ERR_ENTITY_LOOP (Results 1 – 2 of 2) sorted by relevance
187 XML_ERR_ENTITY_LOOP, /* 89 */ enumerator
120 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlParserEntityCheck()169 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParserEntityCheck()311 case XML_ERR_ENTITY_LOOP: in xmlFatalErr()2488 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlStringLenDecodeEntities()2525 if ((ctxt->lastError.code == XML_ERR_ENTITY_LOOP) || in xmlStringLenDecodeEntities()2578 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlStringLenDecodeEntities()6731 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()6732 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParseReference()6840 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()6841 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParseReference()[all …]