Searched refs:xmlXPathCacheWrapNodeSet (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 1555 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() function 1848 return(xmlXPathCacheWrapNodeSet(pctxt, set)); in xmlXPathCacheObjectCopy() 7307 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt, ret)); in xmlXPathIdFunction() 7318 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt, ret)); in xmlXPathIdFunction() 10917 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt, outSeq)); in xmlXPathNodeCollectAndTest()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 1668 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() function 1961 return(xmlXPathCacheWrapNodeSet(pctxt, set)); in xmlXPathCacheObjectCopy() 7606 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt, ret)); in xmlXPathIdFunction() 7617 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt, ret)); in xmlXPathIdFunction() 11375 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt, outSeq)); in xmlXPathNodeCollectAndTest()
|