Searched refs:listTypePush (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 41 void listTypePush(robj *subject, robj *value, int where) { in listTypePush() function 213 listTypePush(lobj,c->argv[j],where); in pushGenericCommand() 242 listTypePush(subject,c->argv[j],where); in pushxGenericCommand() 559 listTypePush(dstobj,value,LIST_HEAD); in rpoplpushHandlePush()
|
| H A D | sort.c | 542 listTypePush(sobj,vector[j].obj,LIST_TAIL); in sortCommand() 556 listTypePush(sobj,val,LIST_TAIL); in sortCommand()
|
| H A D | blocked.c | 308 listTypePush(o,value,where); in handleClientsBlockedOnKeys()
|
| H A D | server.h | 1503 void listTypePush(robj *subject, robj *value, int where);
|
| H A D | module.c | 1770 listTypePush(key->value, ele, in RM_ListPush()
|