Searched refs:xmlXPathCompOpEval (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | xpath.c | 11520 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op); 12678 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFirst() 12681 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]); in xmlXPathCompOpEvalFirst() 12690 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFirst() 12719 total += xmlXPathCompOpEval(ctxt, op); in xmlXPathCompOpEvalFirst() 12818 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalLast() 12821 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]); in xmlXPathCompOpEvalLast() 12830 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalLast() 12854 total += xmlXPathCompOpEval(ctxt, op); in xmlXPathCompOpEvalLast() 12912 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); in xmlXPathCompOpEvalFilterFirst() [all …]
|
D | NEWS | 472 Use break statements in xmlXPathCompOpEval (Nick Wellnhofer),
|