Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsort.c195 int getop = 0; /* GET operation counter */ in sortCommand() local
271 getop++; in sortCommand()
503 outputlen = getop ? getop*(end-start+1) : end-start+1; in sortCommand()
513 if (!getop) addReplyBulk(c,vector[j].obj); in sortCommand()
541 if (!getop) { in sortCommand()