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

  /external/libxml2/
parser.c 140 unsigned long oldnbent = ctxt->nbentities;
148 ent->checked = (ctxt->nbentities - oldnbent + 1) * 2;
190 (ctxt->nbentities * 3 < XML_PARSER_NON_LINEAR * consumed))
219 (ctxt->nbentities <= 10000))
    [all...]
SAX2.c 603 unsigned long oldnbent = ctxt->nbentities;
617 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 126 milliseconds