Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c57 robj *listTypePop(robj *subject, int where) { in listTypePop() function
371 robj *value = listTypePop(o,where); in popGenericCommand()
579 value = listTypePop(sobj,LIST_TAIL); in rpoplpushCommand()
704 robj *value = listTypePop(o,where); in blockingPopGenericCommand()
H A Dblocked.c293 robj *value = listTypePop(o,where); in handleClientsBlockedOnKeys()
H A Dserver.h1504 robj *listTypePop(robj *subject, int where);
H A Dmodule.c1786 robj *ele = listTypePop(key->value, in RM_ListPop()