Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c146 if (where == LIST_TAIL) { in listTypeInsert()
231 pushGenericCommand(c,LIST_TAIL); in rpushCommand()
261 pushxGenericCommand(c,LIST_TAIL); in rpushxCommand()
272 where = LIST_TAIL; in linsertCommand()
284 iter = listTypeInitIterator(subject,0,LIST_TAIL); in linsertCommand()
395 popGenericCommand(c,LIST_TAIL); in rpopCommand()
426 listTypeIterator *iter = listTypeInitIterator(o, start, LIST_TAIL); in lrangeCommand()
507 li = listTypeInitIterator(subject,0,LIST_TAIL); in lremCommand()
579 value = listTypePop(sobj,LIST_TAIL); in rpoplpushCommand()
747 blockingPopGenericCommand(c,LIST_TAIL); in brpopCommand()
H A Dsort.c358 desc ? LIST_HEAD : LIST_TAIL); in sortCommand()
372 listTypeIterator *li = listTypeInitIterator(sortval,0,LIST_TAIL); in sortCommand()
542 listTypePush(sobj,vector[j].obj,LIST_TAIL); in sortCommand()
556 listTypePush(sobj,val,LIST_TAIL); in sortCommand()
H A Dblocked.c292 LIST_HEAD : LIST_TAIL; in handleClientsBlockedOnKeys()
H A Ddebug.c131 listTypeIterator *li = listTypeInitIterator(o,0,LIST_TAIL); in xorObjectDigest()
H A Dserver.h326 #define LIST_TAIL 1 macro