Home | History | Annotate | Download | only in libxml2

Lines Matching refs:incMax

243     int incMax;                 /* Max depth of the parsing stack */
1451 ctxt->incMax = 4;
1454 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax *
1461 if (ctxt->incNr >= ctxt->incMax) {
1462 ctxt->incMax *= 2;
1465 ctxt->incMax *