HomeSort by relevance Sort by last modified time
    Searched refs:XML_ERR_ENTITY_LOOP (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
xmlerror.h 187 XML_ERR_ENTITY_LOOP, /* 89 */
    [all...]
  /external/libxml2/
parser.c 127 if (ctxt->lastError.code == XML_ERR_ENTITY_LOOP)
176 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL);
320 case XML_ERR_ENTITY_LOOP:
    [all...]

Completed in 209 milliseconds