Searched refs:incMax (Results 1 – 2 of 2) sorted by relevance
70 int incMax; /* size of includes tab */ member248 if (ctxt->incMax == 0) { in xmlXIncludeNewRef()249 ctxt->incMax = 4; in xmlXIncludeNewRef()250 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax * in xmlXIncludeNewRef()258 if (ctxt->incNr >= ctxt->incMax) { in xmlXIncludeNewRef()259 ctxt->incMax *= 2; in xmlXIncludeNewRef()261 ctxt->incMax * sizeof(ctxt->incTab[0])); in xmlXIncludeNewRef()299 ret->incMax = 0; in xmlXIncludeNewContext()693 newctxt->incMax = ctxt->incMax; in xmlXIncludeRecurseDoc()695 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax * in xmlXIncludeRecurseDoc()
245 int incMax; /* Max depth of the parsing stack */ member1454 ctxt->incMax = 4; in xmlRelaxNGIncludePush()1457 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax * in xmlRelaxNGIncludePush()1464 if (ctxt->incNr >= ctxt->incMax) { in xmlRelaxNGIncludePush()1465 ctxt->incMax *= 2; in xmlRelaxNGIncludePush()1468 ctxt->incMax * in xmlRelaxNGIncludePush()