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

  /external/libxml2/
parser.c 143 unsigned long oldnbent = ctxt->nbentities;
156 ent->checked = (ctxt->nbentities - oldnbent + 1) * 2;
198 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
227 (ctxt->nbentities <= 10000))
    [all...]
SAX2.c 604 unsigned long oldnbent = ctxt->nbentities;
618 ret->checked = (ctxt->nbentities - oldnbent + 1) * 2;
    [all...]
parserInternals.c     [all...]
  /external/libxml2/include/libxml/
parser.h 303 unsigned long nbentities; /* number of entities references */ member in struct:_xmlParserCtxt
    [all...]

Completed in 312 milliseconds