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

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c193 int maxIncludes; /* size of the array */ member in struct:_xmlSchematronParserCtxt
731 ctxt->maxIncludes = 10;
733 xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
740 } else if (ctxt->nbIncludes + 2 >= ctxt->maxIncludes) {
744 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
752 ctxt->maxIncludes *= 2;

Completed in 34 milliseconds