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()
142 (ctxt->errNo != XML_ERR_ENTITY_LOOP)) { in xmlParserEntityCheck()
152 if ((rep == NULL) || (ctxt->errNo == XML_ERR_ENTITY_LOOP)) { in xmlParserEntityCheck()
230 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParserEntityCheck()
385 case XML_ERR_ENTITY_LOOP: in xmlFatalErr()
2255 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlPushInput()
2609 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlStringLenDecodeEntities()
7133 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()
7134 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParseReference()
7249 if (ret == XML_ERR_ENTITY_LOOP) { in xmlParseReference()
[all …]
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle290 d XML_ERR_ENTITY_LOOP...