Searched refs:xmlXPathCacheWrapNodeSet (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xpath.c | 2292 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() function 2707 return(xmlXPathCacheWrapNodeSet(ctxt, in xmlXPathCacheObjectCopy() 8700 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, ret)); in xmlXPathIdFunction() 8705 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, ret)); in xmlXPathIdFunction() 12230 valuePush(ctxt, xmlXPathCacheWrapNodeSet(xpctxt, NULL)); in xmlXPathNodeCollectAndTest() 12672 valuePush(ctxt, xmlXPathCacheWrapNodeSet(xpctxt, outSeq)); in xmlXPathNodeCollectAndTest() 13247 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, newset)); in xmlXPathCompOpEvalFilterFirst() 13957 xmlXPathCacheWrapNodeSet(ctxt->context, newset)); in xmlXPathCompOpEval()
|