Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsort.c203 if (sortval && sortval->type != OBJ_SET && in sortCommand()
220 if (sortval) in sortCommand()
221 incrRefCount(sortval); in sortCommand()
223 sortval = createQuicklistObject(); in sortCommand()
283 decrRefCount(sortval); in sortCommand()
295 sortval->type == OBJ_SET && in sortCommand()
305 if (sortval->type == OBJ_ZSET) in sortCommand()
309 switch(sortval->type) { in sortCommand()
335 if ((sortval->type == OBJ_ZSET || sortval->type == OBJ_LIST) && in sortCommand()
399 zset *zs = sortval->ptr; in sortCommand()
[all …]