Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c72 int txtMax; /* size of unparsed documents tab */ member
760 if (ctxt->txtMax == 0) { in xmlXIncludeAddTxt()
761 ctxt->txtMax = 4; in xmlXIncludeAddTxt()
762 ctxt->txtTab = (xmlNodePtr *) xmlMalloc(ctxt->txtMax * in xmlXIncludeAddTxt()
768 ctxt->txturlTab = (xmlURL *) xmlMalloc(ctxt->txtMax * in xmlXIncludeAddTxt()
775 if (ctxt->txtNr >= ctxt->txtMax) { in xmlXIncludeAddTxt()
776 ctxt->txtMax *= 2; in xmlXIncludeAddTxt()
778 ctxt->txtMax * sizeof(ctxt->txtTab[0])); in xmlXIncludeAddTxt()
784 ctxt->txtMax * sizeof(ctxt->txturlTab[0])); in xmlXIncludeAddTxt()