Searched refs:xmlXPathCacheNewNodeSet (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 1741 xmlXPathCacheNewNodeSet(xmlXPathParserContextPtr pctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet() function 7409 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathRoot() 7641 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, ctxt->context->node)); in xmlXPathLocalNameFunction() 7698 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, ctxt->context->node)); in xmlXPathNamespaceURIFunction() 7756 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, ctxt->context->node)); in xmlXPathNameFunction() 7796 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathNameFunction() 11497 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathCompOpEvalFirst() 11639 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathCompOpEvalLast() 11927 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathCompOpEval() 12225 tmp = xmlXPathCacheNewNodeSet(ctxt, in xmlXPathCompOpEval() [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 1628 xmlXPathCacheNewNodeSet(xmlXPathParserContextPtr pctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet() function 7110 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathRoot() 7341 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, ctxt->context->node)); in xmlXPathLocalNameFunction() 7398 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, ctxt->context->node)); in xmlXPathNamespaceURIFunction() 7456 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, ctxt->context->node)); in xmlXPathNameFunction() 7496 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathNameFunction() 11036 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathCompOpEvalFirst() 11175 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathCompOpEvalLast() 11446 valuePush(ctxt, xmlXPathCacheNewNodeSet(ctxt, in xmlXPathCompOpEval() 11819 *resultSeq = xmlXPathCacheNewNodeSet(pctxt, NULL); in xmlXPathRunStreamEval()
|