Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h187 XML_ERR_ENTITY_LOOP, /* 89 */ enumerator
/external/libxml2/
Dparser.c120 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 …]