Home
last modified time | relevance | path

Searched refs:XML_ERR_ENTITY_LOOP (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/test/recurse/
Dlol4.patch11 + xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL);
/external/libxml2/include/libxml/
Dxmlerror.h189 XML_ERR_ENTITY_LOOP, /* 89 */ enumerator
/external/libxml2/
Dtestrecurse.c692 if ((doc != NULL) || (ctxt->lastError.code != XML_ERR_ENTITY_LOOP)) { in recursiveDetectTest()
Dparser.c133 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 …]
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle286 d XML_ERR_ENTITY_LOOP...