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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c254 else if (ctxt->profNr >= ctxt->profMax) {
264 ctxt->profTab[ctxt->profNr] = value;
266 return (ctxt->profNr++);
281 if (ctxt->profNr <= 0)
283 ctxt->profNr--;
284 if (ctxt->profNr > 0)
285 ctxt->prof = ctxt->profTab[ctxt->profNr - 1];
288 ret = ctxt->profTab[ctxt->profNr];
289 ctxt->profTab[ctxt->profNr] = 0;
531 cur->profNr
[all...]
H A DxsltInternals.h1725 int profNr; /* Nb of templates in the stack */ member in struct:_xsltTransformContext

Completed in 112 milliseconds