Searched refs:LIST_TAIL (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 146 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 D | sort.c | 358 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 D | blocked.c | 292 LIST_HEAD : LIST_TAIL; in handleClientsBlockedOnKeys()
|
| H A D | debug.c | 131 listTypeIterator *li = listTypeInitIterator(o,0,LIST_TAIL); in xorObjectDigest()
|
| H A D | server.h | 326 #define LIST_TAIL 1 macro
|