Searched refs:SORT_OP_GET (Results 1 – 2 of 2) sorted by relevance
270 SORT_OP_GET,c->argv[j+1])); in sortCommand()520 if (sop->type == SORT_OP_GET) { in sortCommand()529 serverAssertWithInfo(c,sortval,sop->type == SORT_OP_GET); in sortCommand()550 if (sop->type == SORT_OP_GET) { in sortCommand()560 serverAssertWithInfo(c,sortval,sop->type == SORT_OP_GET); in sortCommand()
331 #define SORT_OP_GET 0 macro