Lines Matching refs:XPATH_OP_SORT
889 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()
13673 (comp->steps[op->ch2].op == XPATH_OP_SORT)) { in xmlXPathCompOpEval()
13975 case XPATH_OP_SORT: in xmlXPathCompOpEval()
14182 case XPATH_OP_SORT: in xmlXPathCompOpEvalToBoolean()