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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c219 if (ctxt->profMax == 0) {
220 ctxt->profMax = 4;
222 (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
228 if (ctxt->profNr >= ctxt->profMax) {
229 ctxt->profMax *= 2;
232 ctxt->profMax * sizeof(ctxt->profTab[0]));
395 cur->profMax = 0;
H A DxsltInternals.h1602 int profMax; /* Size of the templtaes stack */ member in struct:_xsltTransformContext

Completed in 53 milliseconds