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

/vbox/src/libs/libxml2-2.6.31/
H A Dxinclude.c72 int txtMax; /* size of unparsed documents tab */ member in struct:_xmlXIncludeCtxt
751 if (ctxt->txtMax == 0) {
752 ctxt->txtMax = 4;
753 ctxt->txtTab = (xmlNodePtr *) xmlMalloc(ctxt->txtMax *
759 ctxt->txturlTab = (xmlURL *) xmlMalloc(ctxt->txtMax *
766 if (ctxt->txtNr >= ctxt->txtMax) {
767 ctxt->txtMax *= 2;
769 ctxt->txtMax * sizeof(ctxt->txtTab[0]));
775 ctxt->txtMax * sizeof(ctxt->txturlTab[0]));

Completed in 70 milliseconds