Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c878 XPATH_OP_SORT /* 17 */ enumerator
1528 case XPATH_OP_SORT: in xmlXPathDebugDumpStepOp()
11017 PUSH_UNARY_EXPR(XPATH_OP_SORT, ctxt->comp->last , 0, 0); in xmlXPathCompileExpr()
12798 case XPATH_OP_SORT: in xmlXPathCompOpEvalFirst()
12916 case XPATH_OP_SORT: in xmlXPathCompOpEvalLast()
12954 (comp->steps[op->ch1].op == XPATH_OP_SORT) && in xmlXPathCompOpEvalFilterFirst()
12955 (comp->steps[op->ch2].op == XPATH_OP_SORT)) { in xmlXPathCompOpEvalFilterFirst()
13498 ((comp->steps[op->ch1].op == XPATH_OP_SORT) || /* 18 */ in xmlXPathCompOpEval()
13501 (comp->steps[op->ch1].op == XPATH_OP_SORT) && in xmlXPathCompOpEval()
13533 (comp->steps[op->ch1].op == XPATH_OP_SORT) && in xmlXPathCompOpEval()
[all …]