Searched refs:tmpRVT (Results 1 – 3 of 3) sorted by relevance
136 RVT->next = (xmlNodePtr) ctxt->tmpRVT; in xsltRegisterTmpRVT()137 if (ctxt->tmpRVT != NULL) in xsltRegisterTmpRVT()138 ctxt->tmpRVT->prev = (xmlNodePtr) RVT; in xsltRegisterTmpRVT()139 ctxt->tmpRVT = RVT; in xsltRegisterTmpRVT()433 cur = ctxt->tmpRVT; in xsltFreeRVTs()443 ctxt->tmpRVT = NULL; in xsltFreeRVTs()
1738 xmlDocPtr tmpRVT; /* list of RVT without persistance */ member
2952 oldUserFragmentTop = ctxt->tmpRVT; in xsltApplyXSLTTemplate()2953 ctxt->tmpRVT = NULL; in xsltApplyXSLTTemplate()3085 if (ctxt->tmpRVT) { in xsltApplyXSLTTemplate()3086 xmlDocPtr curdoc = ctxt->tmpRVT, tmp; in xsltApplyXSLTTemplate()3094 ctxt->tmpRVT = oldUserFragmentTop; in xsltApplyXSLTTemplate()