Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsort.c194 int j, dontsort = 0, vectorlen; in sortCommand() local
252 dontsort = 1; in sortCommand()
294 if (dontsort && in sortCommand()
299 dontsort = 0; in sortCommand()
336 dontsort && in sortCommand()
346 if (sortval->type == OBJ_LIST && dontsort) { in sortCommand()
391 } else if (sortval->type == OBJ_ZSET && dontsort) { in sortCommand()
450 if (!dontsort) { in sortCommand()