Home
last modified time | relevance | path

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

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