Home
last modified time | relevance | path

Searched refs:xmlXPathCompOpEval (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c10440 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op);
11492 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFirst()
11495 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]); in xmlXPathCompOpEvalFirst()
11504 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFirst()
11531 total += xmlXPathCompOpEval(ctxt, op); in xmlXPathCompOpEvalFirst()
11634 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalLast()
11637 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]); in xmlXPathCompOpEvalLast()
11646 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalLast()
11668 total += xmlXPathCompOpEval(ctxt, op); in xmlXPathCompOpEvalLast()
11727 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFilterFirst()
[all …]
H A DNEWS1426 Use break statements in xmlXPathCompOpEval (Nick Wellnhofer),
/aosp_15_r20/external/libxml2/
H A Dxpath.c10101 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op);
11031 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFirst()
11034 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]); in xmlXPathCompOpEvalFirst()
11043 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFirst()
11070 total += xmlXPathCompOpEval(ctxt, op); in xmlXPathCompOpEvalFirst()
11170 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalLast()
11173 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]); in xmlXPathCompOpEvalLast()
11182 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalLast()
11204 total += xmlXPathCompOpEval(ctxt, op); in xmlXPathCompOpEvalLast()
11263 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFilterFirst()
[all …]
H A DNEWS1773 Use break statements in xmlXPathCompOpEval (Nick Wellnhofer),