Home
last modified time | relevance | path

Searched refs:oldInst (Results 1 – 5 of 5) sorted by relevance

/external/libxslt/libxslt/
Dtemplates.c62 xmlNodePtr oldInst; in xsltEvalXPathPredicate() local
69 oldInst = ctxt->inst; in xsltEvalXPathPredicate()
95 ctxt->inst = oldInst; in xsltEvalXPathPredicate()
120 xmlNodePtr oldInst; in xsltEvalXPathStringNs() local
126 oldInst = ctxt->inst; in xsltEvalXPathStringNs()
156 ctxt->inst = oldInst; in xsltEvalXPathStringNs()
Dkeys.c606 xmlNodePtr oldInst, cur; in xsltInitCtxtKey() local
644 oldInst = ctxt->inst; in xsltInitCtxtKey()
853 ctxt->inst = oldInst; in xsltInitCtxtKey()
Dvariables.c804 xmlNodePtr oldInst; in xsltEvalVariable() local
814 oldInst = ctxt->inst; in xsltEvalVariable()
1003 ctxt->inst = oldInst; in xsltEvalVariable()
1021 xmlNodePtr oldInst; in xsltEvalGlobalVariable() local
1047 oldInst = ctxt->inst; in xsltEvalGlobalVariable()
1210 ctxt->inst = oldInst; in xsltEvalGlobalVariable()
Dxsltutils.c967 xmlNodePtr oldInst; in xsltComputeSortResult() local
1000 oldInst = ctxt->inst; in xsltComputeSortResult()
1063 ctxt->inst = oldInst; in xsltComputeSortResult()
Dtransform.c2188 xmlNodePtr oldInsert, oldInst, oldCurInst, oldContextNode; in xsltApplySequenceConstructor() local
2221 oldInst = oldCurInst = ctxt->inst; in xsltApplySequenceConstructor()
2865 ctxt->inst = oldInst; in xsltApplySequenceConstructor()