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.c127 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 …]