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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c245 if (ctxt->profMax == 0) {
246 ctxt->profMax = 4;
248 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
254 else if (ctxt->profNr >= ctxt->profMax) {
255 ctxt->profMax *= 2;
258 ctxt->profMax * sizeof(ctxt->profTab[0]));
532 cur->profMax = 0;
H A DxsltInternals.h1726 int profMax; /* Size of the templtaes stack */ member in struct:_xsltTransformContext

Completed in 125 milliseconds