Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dvariables.c180 RVT->next = (xmlNodePtr) ctxt->localRVT; in xsltRegisterLocalRVT()
181 if (ctxt->localRVT != NULL) in xsltRegisterLocalRVT()
182 ctxt->localRVT->prev = (xmlNodePtr) RVT; in xsltRegisterLocalRVT()
183 ctxt->localRVT = RVT; in xsltRegisterLocalRVT()
419 cur = ctxt->localRVT; in xsltFreeRVTs()
429 ctxt->localRVT = NULL; in xsltFreeRVTs()
Dtransform.c2140 xmlDocPtr cur = ctxt->localRVT, tmp; in xsltReleaseLocalRVTs()
2149 if (tmp == ctxt->localRVT) in xsltReleaseLocalRVTs()
2150 ctxt->localRVT = cur; in xsltReleaseLocalRVTs()
2219 oldLocalFragmentTop = ctxt->localRVT; in xsltApplySequenceConstructor()
2442 if (oldLocalFragmentTop != ctxt->localRVT) in xsltApplySequenceConstructor()
2532 if (oldLocalFragmentTop != ctxt->localRVT) in xsltApplySequenceConstructor()
2601 if (oldLocalFragmentTop != ctxt->localRVT) in xsltApplySequenceConstructor()
2723 if (oldLocalFragmentTop != ctxt->localRVT) in xsltApplySequenceConstructor()
2954 oldLocalFragmentTop = ctxt->localRVT; in xsltApplyXSLTTemplate()
3061 if (oldLocalFragmentTop != ctxt->localRVT) { in xsltApplyXSLTTemplate()
[all …]
DxsltInternals.h1772 xmlDocPtr localRVT; /* list of local tree fragments; will be freed when member