Home | History | Annotate | Download | only in libxml2

Lines Matching full:incmax

245     int incMax;                 /* Max depth of the parsing stack */
1454 ctxt->incMax = 4;
1457 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax *
1464 if (ctxt->incNr >= ctxt->incMax) {
1465 ctxt->incMax *= 2;
1468 ctxt->incMax *