Searched refs:listTypePop (Results 1 – 4 of 4) sorted by relevance
57 robj *listTypePop(robj *subject, int where) { in listTypePop() function371 robj *value = listTypePop(o,where); in popGenericCommand()579 value = listTypePop(sobj,LIST_TAIL); in rpoplpushCommand()704 robj *value = listTypePop(o,where); in blockingPopGenericCommand()
293 robj *value = listTypePop(o,where); in handleClientsBlockedOnKeys()
1504 robj *listTypePop(robj *subject, int where);
1786 robj *ele = listTypePop(key->value, in RM_ListPop()