HomeSort by relevance Sort by last modified time
    Searched refs:profNr (Results 1 - 2 of 2) sorted by null

  /external/libxslt/libxslt/
transform.c 252 if (ctxt->profNr >= ctxt->profMax) {
262 ctxt->profTab[ctxt->profNr] = value;
264 return (ctxt->profNr++);
279 if (ctxt->profNr <= 0)
281 ctxt->profNr--;
282 if (ctxt->profNr > 0)
283 ctxt->prof = ctxt->profTab[ctxt->profNr - 1];
286 ret = ctxt->profTab[ctxt->profNr];
287 ctxt->profTab[ctxt->profNr] = 0;
479 cur->profNr = 0
    [all...]
xsltInternals.h     [all...]

Completed in 31 milliseconds