Searched refs:profMax (Results 1 – 2 of 2) sorted by relevance
243 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()
1717 int profMax; /* Size of the templtaes stack */ member