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

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

Completed in 48 milliseconds