Searched defs:xmlXPathCacheWrapNodeSet (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c1912 * xmlXPathCacheWrapNodeSet:
1922 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) function
2332 return(xmlXPathCacheWrapNodeSet(ctxt,
8573 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, ret));
8578 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, ret));
12115 valuePush(ctxt, xmlXPathCacheWrapNodeSet(xpctxt, NULL));
12562 valuePush(ctxt, xmlXPathCacheWrapNodeSet(xpctxt, outSeq));
13121 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, newset));
13824 xmlXPathCacheWrapNodeSet(ctxt->context, newset));

Completed in 110 milliseconds