Searched refs:xmlXPathCompiledEvalInternal (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 12455 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, in xmlXPathCompiledEvalInternal() function 12508 xmlXPathCompiledEvalInternal(comp, ctx, &res, 0); in xmlXPathCompiledEval() 12527 return(xmlXPathCompiledEvalInternal(comp, ctxt, NULL, 1)); in xmlXPathCompiledEvalToBoolean()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 13101 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, in xmlXPathCompiledEvalInternal() function 13166 xmlXPathCompiledEvalInternal(comp, ctx, &res, 0); in xmlXPathCompiledEval() 13185 return(xmlXPathCompiledEvalInternal(comp, ctxt, NULL, 1)); in xmlXPathCompiledEvalToBoolean()
|