Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dtransform.c2156 if (tmp == ctxt->localRVTBase) in xsltReleaseLocalRVTs()
2157 ctxt->localRVTBase = cur; in xsltReleaseLocalRVTs()
2523 oldLocalFragmentBase = ctxt->localRVTBase; in xsltApplySequenceConstructor()
2524 ctxt->localRVTBase = NULL; in xsltApplySequenceConstructor()
2528 ctxt->localRVTBase = oldLocalFragmentBase; in xsltApplySequenceConstructor()
2592 oldLocalFragmentBase = ctxt->localRVTBase; in xsltApplySequenceConstructor()
2593 ctxt->localRVTBase = NULL; in xsltApplySequenceConstructor()
2597 ctxt->localRVTBase = oldLocalFragmentBase; in xsltApplySequenceConstructor()
2716 oldLocalFragmentBase = ctxt->localRVTBase; in xsltApplySequenceConstructor()
2717 ctxt->localRVTBase = NULL; in xsltApplySequenceConstructor()
[all …]
Dvariables.c191 if (ctxt->localRVTBase == NULL) in xsltRegisterLocalRVT()
192 ctxt->localRVTBase = RVT; in xsltRegisterLocalRVT()
215 if (ctxt->localRVTBase == NULL) in xsltExtensionInstructionResultFinalize()
221 cur = ctxt->localRVTBase; in xsltExtensionInstructionResultFinalize()
DxsltInternals.h1775 xmlDocPtr localRVTBase; member