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

/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c243 if (ctxt->profMax == 0) {
244 ctxt->profMax = 4;
246 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
252 if (ctxt->profNr >= ctxt->profMax) {
253 ctxt->profMax *= 2;
256 ctxt->profMax * sizeof(ctxt->profTab[0]));
480 cur->profMax = 0;
H A DxsltInternals.h1717 int profMax; /* Size of the templtaes stack */ member in struct:_xsltTransformContext
/external/libxslt/libxslt/
H A Dtransform.c243 if (ctxt->profMax == 0) {
244 ctxt->profMax = 4;
246 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
252 if (ctxt->profNr >= ctxt->profMax) {
253 ctxt->profMax *= 2;
256 ctxt->profMax * sizeof(ctxt->profTab[0]));
480 cur->profMax = 0;
H A DxsltInternals.h1717 int profMax; /* Size of the templtaes stack */ member in struct:_xsltTransformContext

Completed in 75 milliseconds