Searched refs:xmlXPathCompOpEval (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c11421 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op);
12444 * via xmlXPathCompOpEval())
12630 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12633 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12640 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12643 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12651 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12680 return (xmlXPathCompOpEval(ctxt, op));
12765 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12768 total += xmlXPathCompOpEval(ctx
13117 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) function
[all...]
/external/libxml2/
H A Dxpath.c11568 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op);
12580 * via xmlXPathCompOpEval())
12766 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12769 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12776 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12779 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12787 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12816 return (xmlXPathCompOpEval(ctxt, op));
12901 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12904 total += xmlXPathCompOpEval(ctx
13258 xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) function
[all...]

Completed in 63 milliseconds