Home
last modified time | relevance | path

Searched refs:incMax (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxinclude.c70 int incMax; /* size of includes tab */ member
248 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()
Drelaxng.c246 int incMax; /* Max depth of the parsing stack */ member
1455 ctxt->incMax = 4; in xmlRelaxNGIncludePush()
1458 (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax * in xmlRelaxNGIncludePush()
1465 if (ctxt->incNr >= ctxt->incMax) { in xmlRelaxNGIncludePush()
1466 ctxt->incMax *= 2; in xmlRelaxNGIncludePush()
1469 ctxt->incMax * in xmlRelaxNGIncludePush()