Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c74 int txtMax; /* size of unparsed documents tab */ member
762 if (ctxt->txtMax == 0) { in xmlXIncludeAddTxt()
763 ctxt->txtMax = 4; in xmlXIncludeAddTxt()
764 ctxt->txtTab = (xmlNodePtr *) xmlMalloc(ctxt->txtMax * in xmlXIncludeAddTxt()
770 ctxt->txturlTab = (xmlURL *) xmlMalloc(ctxt->txtMax * in xmlXIncludeAddTxt()
777 if (ctxt->txtNr >= ctxt->txtMax) { in xmlXIncludeAddTxt()
778 ctxt->txtMax *= 2; in xmlXIncludeAddTxt()
780 ctxt->txtMax * sizeof(ctxt->txtTab[0])); in xmlXIncludeAddTxt()
786 ctxt->txtMax * sizeof(ctxt->txturlTab[0])); in xmlXIncludeAddTxt()