Home | History | Annotate | Download | only in libxml2

Lines Matching refs:sort

72  * Use the Timsort algorithm provided in timsort.h to sort
73 * nodeset as this is a great improvement over the old Shell sort
1248 fprintf(output, "SORT"); break;
3409 * Sort the node set in document order
3423 * Use the old Shell's sort implementation to sort the node-set
9758 static void xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort);
10432 int sort = 1;
10461 sort = 0;
10468 xmlXPathCompileExpr(ctxt, sort);
11017 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) {
11030 if ((sort) && (ctxt->comp->steps[ctxt->comp->last].op != XPATH_OP_VALUE)) {
12260 * SORT
13696 * SORT