Home | History | Annotate | Download | only in libxml2

Lines Matching refs:sort

1167 	     fprintf(output, "SORT"); break;
3275 * Sort the node set in document order
3285 /* Use Shell's sort to sort the node-set */
9616 static void xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort);
10273 int sort = 1;
10302 sort = 0;
10309 xmlXPathCompileExpr(ctxt, sort);
10858 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) {
10872 if ((sort) && (ctxt->comp->steps[ctxt->comp->last].op != XPATH_OP_VALUE)) {
12088 * SORT
13526 * SORT