Lines Matching refs:XML_ERR_ENTITY_LOOP
133 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()
7250 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); in xmlParseReference()
12876 return(XML_ERR_ENTITY_LOOP); in xmlParseCtxtExternalEntity()
13082 return(XML_ERR_ENTITY_LOOP); in xmlParseExternalEntityPrivate()
13351 return(XML_ERR_ENTITY_LOOP); in xmlParseBalancedChunkMemoryInternal()
13774 return(XML_ERR_ENTITY_LOOP); in xmlParseBalancedChunkMemoryRecover()