Searched refs:xmlXPathCacheWrapNodeSet (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xpath.c | 2290 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() function 2705 return(xmlXPathCacheWrapNodeSet(ctxt, in xmlXPathCacheObjectCopy() 8697 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, ret)); in xmlXPathIdFunction() 8702 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, ret)); in xmlXPathIdFunction() 12232 valuePush(ctxt, xmlXPathCacheWrapNodeSet(xpctxt, NULL)); in xmlXPathNodeCollectAndTest() 12674 valuePush(ctxt, xmlXPathCacheWrapNodeSet(xpctxt, outSeq)); in xmlXPathNodeCollectAndTest() 13191 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, newset)); in xmlXPathCompOpEvalFilterFirst() 13789 xmlXPathCacheWrapNodeSet(ctxt->context, newset)); in xmlXPathCompOpEval()
|