Lines Matching full:incmax
69 int incMax; /* size of includes tab */
247 if (ctxt->incMax == 0) {
248 ctxt->incMax = 4;
249 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
257 if (ctxt->incNr >= ctxt->incMax) {
258 ctxt->incMax *= 2;
260 ctxt->incMax * sizeof(ctxt->incTab[0]));
298 ret->incMax = 0;
692 newctxt->incMax = ctxt->incMax;
694 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax *