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

/macosx-10.10.1/libxslt-13/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.c2192 xmlDocPtr cur = ctxt->localRVT, tmp;
2201 if (tmp == ctxt->localRVT)
2202 ctxt->localRVT = cur;
2271 oldLocalFragmentTop = ctxt->localRVT;
2494 if (oldLocalFragmentTop != ctxt->localRVT)
2584 if (oldLocalFragmentTop != ctxt->localRVT)
2653 if (oldLocalFragmentTop != ctxt->localRVT)
2775 if (oldLocalFragmentTop != ctxt->localRVT)
3017 oldLocalFragmentTop = ctxt->localRVT;
3125 if (oldLocalFragmentTop != ctxt->localRVT) {
[all...]
H A DxsltInternals.h1781 xmlDocPtr localRVT; /* list of local tree fragments; will be freed when member in struct:_xsltTransformContext

Completed in 136 milliseconds