Searched refs:templNr (Results 1 – 3 of 3) sorted by relevance
65 for (i = 0, j = ctxt->templNr - 1; ((i < 15) && (j >= 0)); i++, j--) { in xsltDebug()
128 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 …]
1670 int templNr; /* Nb of templates in the stack */ member