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

  /external/libxml2/include/libxml/
xpath.h 83 int nodeMax; /* size of the array as allocated */
valid.h 90 int nodeMax; /* Max depth of the parsing stack */
parser.h 207 int nodeMax; /* Max depth of the parsing stack */
    [all...]
  /external/libxml2/
xpath.c     [all...]
parserInternals.c     [all...]
valid.c 439 if (ctxt->nodeMax <= 0) {
440 ctxt->nodeMax = 4;
442 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax *
446 ctxt->nodeMax = 0;
450 if (ctxt->nodeNr >= ctxt->nodeMax) {
453 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0]));
458 ctxt->nodeMax *= 2;
    [all...]
legacy.c 294 ctxt->vctxt.nodeMax = 0;
    [all...]
parser.c     [all...]
  /external/libxml2/python/
libxml.c     [all...]

Completed in 651 milliseconds