Searched refs:localRVTBase (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c2205 * We need ctxt->localRVTBase for extension instructions
2208 if (tmp == ctxt->localRVTBase)
2209 ctxt->localRVTBase = cur;
2575 oldLocalFragmentBase = ctxt->localRVTBase;
2576 ctxt->localRVTBase = NULL;
2580 ctxt->localRVTBase = oldLocalFragmentBase;
2644 oldLocalFragmentBase = ctxt->localRVTBase;
2645 ctxt->localRVTBase = NULL;
2649 ctxt->localRVTBase = oldLocalFragmentBase;
2768 oldLocalFragmentBase = ctxt->localRVTBase;
[all...]
H A Dvariables.c191 if (ctxt->localRVTBase == NULL)
192 ctxt->localRVTBase = RVT;
215 if (ctxt->localRVTBase == NULL)
221 cur = ctxt->localRVTBase;
H A DxsltInternals.h1784 xmlDocPtr localRVTBase; member in struct:_xsltTransformContext

Completed in 128 milliseconds