Searched refs:varsBase (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Defunctions.c346 * change varsBase in the context.
348 oldBase = tctxt->varsBase;
349 tctxt->varsBase = tctxt->varsNr;
353 tctxt->varsBase = oldBase; /* restore original scope */
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dvariables.c283 for (i = ctxt->varsNr; i > ctxt->varsBase; i--) {
314 for (i = ctxt->varsNr; i > ctxt->varsBase; i--) {
H A DxsltInternals.h1563 int varsBase; /* the var base for current templ */ member in struct:_xsltTransformContext
H A Dtransform.c388 cur->varsBase = 0;
2045 oldBase = ctxt->varsBase; /* only needed if templ != NULL */
2047 ctxt->varsBase = ctxt->varsNr - 1;
2768 ctxt->varsBase = oldBase;
5337 ctxt->varsBase = ctxt->varsNr - 1;

Completed in 72 milliseconds