Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c889 XPATH_OP_SORT /* 18 */ enumerator
1538 case XPATH_OP_SORT: in xmlXPathDebugDumpStepOp()
11042 PUSH_UNARY_EXPR(XPATH_OP_SORT, ctxt->comp->last , 0, 0); in xmlXPathCompileExpr()
12810 case XPATH_OP_SORT: in xmlXPathCompOpEvalFirst()
12945 case XPATH_OP_SORT: in xmlXPathCompOpEvalLast()
12982 (comp->steps[op->ch1].op == XPATH_OP_SORT) && in xmlXPathCompOpEvalFilterFirst()
12983 (comp->steps[op->ch2].op == XPATH_OP_SORT)) { in xmlXPathCompOpEvalFilterFirst()
13638 ((comp->steps[op->ch1].op == XPATH_OP_SORT) || /* 18 */ in xmlXPathCompOpEval()
13641 (comp->steps[op->ch1].op == XPATH_OP_SORT) && in xmlXPathCompOpEval()
13672 (comp->steps[op->ch1].op == XPATH_OP_SORT) && in xmlXPathCompOpEval()
[all …]