Searched refs:XML_ERR_ENTITY_LOOP (Results 1 – 2 of 2) sorted by relevance
187 XML_ERR_ENTITY_LOOP, /* 89 */ enumerator
127 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlParserEntityCheck()176 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParserEntityCheck()320 case XML_ERR_ENTITY_LOOP: in xmlFatalErr()2642 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlStringLenDecodeEntities()2679 if ((ctxt->lastError.code == XML_ERR_ENTITY_LOOP) || in xmlStringLenDecodeEntities()2732 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP) in xmlStringLenDecodeEntities()6961 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()6962 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParseReference()7071 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()7072 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParseReference()[all …]