Home | History | Annotate | Download | only in libxml2

Lines Matching refs:incMax

244     int incMax;                 /* Max depth of the parsing stack */
1453 ctxt->incMax = 4;
1456 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax *
1463 if (ctxt->incNr >= ctxt->incMax) {
1464 ctxt->incMax *= 2;
1467 ctxt->incMax *