Home
last modified time | relevance | path

Searched refs:templNr (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dextra.c65 for (i = 0, j = ctxt->templNr - 1; ((i < 15) && (j >= 0)); i++, j--) { in xsltDebug()
Dtransform.c128 if (ctxt->templNr >= ctxt->templMax) { in templPush()
139 ctxt->templTab[ctxt->templNr] = value; in templPush()
141 return (ctxt->templNr++); in templPush()
156 if (ctxt->templNr <= 0) in templPop()
158 ctxt->templNr--; in templPop()
159 if (ctxt->templNr > 0) in templPop()
160 ctxt->templ = ctxt->templTab[ctxt->templNr - 1]; in templPop()
163 ret = ctxt->templTab[ctxt->templNr]; in templPop()
164 ctxt->templTab[ctxt->templNr] = 0; in templPop()
456 cur->templNr = 0; in xsltNewTransformContext()
[all …]
DxsltInternals.h1670 int templNr; /* Nb of templates in the stack */ member