Searched refs:xmlXPathCacheNewNodeSet (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xpath.c | 2379 xmlXPathCacheNewNodeSet(xmlXPathContextPtr ctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet() function 8480 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt->context, in xmlXPathRoot() 8727 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt->context, in xmlXPathLocalNameFunction() 8786 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt->context, in xmlXPathNamespaceURIFunction() 8845 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt->context, in xmlXPathNameFunction() 8889 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt->context, in xmlXPathNameFunction() 11730 contextObj = xmlXPathCacheNewNodeSet(xpctxt, contextNode); in xmlXPathCompOpEvalPredicate() 11885 contextObj = xmlXPathCacheNewNodeSet(xpctxt, contextNode); in xmlXPathCompOpEvalPositionalPredicate() 12780 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt->context, in xmlXPathCompOpEvalFirst() 12898 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt->context, in xmlXPathCompOpEvalLast() [all …]
|