Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dtransform.c252 if (ctxt->profNr >= ctxt->profMax) { in profPush()
262 ctxt->profTab[ctxt->profNr] = value; in profPush()
264 return (ctxt->profNr++); in profPush()
279 if (ctxt->profNr <= 0) in profPop()
281 ctxt->profNr--; in profPop()
282 if (ctxt->profNr > 0) in profPop()
283 ctxt->prof = ctxt->profTab[ctxt->profNr - 1]; in profPop()
286 ret = ctxt->profTab[ctxt->profNr]; in profPop()
287 ctxt->profTab[ctxt->profNr] = 0; in profPop()
479 cur->profNr = 0; in xsltNewTransformContext()
[all …]
DxsltInternals.h1716 int profNr; /* Nb of templates in the stack */ member