Searched refs:limit_count (Results 1 – 1 of 1) sorted by relevance
193 long limit_start = 0, limit_count = -1, start, end; in sortCommand() local237 (getLongFromObjectOrReply(c, c->argv[j+2], &limit_count, NULL) in sortCommand()318 end = (limit_count < 0) ? vectorlen-1 : start+limit_count-1; in sortCommand()