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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c228 if (ctxt->profNr >= ctxt->profMax) {
238 ctxt->profTab[ctxt->profNr] = value;
240 return (ctxt->profNr++);
255 if (ctxt->profNr <= 0)
257 ctxt->profNr--;
258 if (ctxt->profNr > 0)
259 ctxt->prof = ctxt->profTab[ctxt->profNr - 1];
262 ret = ctxt->profTab[ctxt->profNr];
263 ctxt->profTab[ctxt->profNr] = 0;
394 cur->profNr
[all...]
H A DxsltInternals.h1601 int profNr; /* Nb of templates in the stack */ member in struct:_xsltTransformContext

Completed in 100 milliseconds