Home
last modified time | relevance | path

Searched refs:listTypePush (Results 1 – 14 of 14) sorted by relevance

/dports/databases/redis5/redis-5.0.14/src/
H A Dt_list.c43 void listTypePush(robj *subject, robj *value, int where) { in listTypePush() function
223 listTypePush(lobj,c->argv[j],where); in pushGenericCommand()
252 listTypePush(subject,c->argv[j],where); in pushxGenericCommand()
584 listTypePush(dstobj,value,LIST_HEAD); in rpoplpushHandlePush()
H A Dsort.c542 listTypePush(sobj,vector[j].obj,LIST_TAIL); in sortCommand()
556 listTypePush(sobj,val,LIST_TAIL); in sortCommand()
H A Dblocked.c332 listTypePush(o,value,where); in handleClientsBlockedOnKeys()
H A Dserver.h1519 void listTypePush(robj *subject, robj *value, int where);
H A Dmodule.c1893 listTypePush(key->value, ele, in RM_ListPush()
/dports/databases/redis6/redis-6.0.16/src/
H A Dt_list.c43 void listTypePush(robj *subject, robj *value, int where) { in listTypePush() function
223 listTypePush(lobj,c->argv[j],where); in pushGenericCommand()
252 listTypePush(subject,c->argv[j],where); in pushxGenericCommand()
706 listTypePush(dstobj,value,LIST_HEAD); in rpoplpushHandlePush()
H A Dsort.c549 listTypePush(sobj,vector[j].obj,LIST_TAIL); in sortCommand()
563 listTypePush(sobj,val,LIST_TAIL); in sortCommand()
H A Dblocked.c260 listTypePush(o,value,where); in serveClientsBlockedOnListKey()
H A Dserver.h1772 void listTypePush(robj *subject, robj *value, int where);
H A Dmodule.c2366 listTypePush(key->value, ele, in RM_ListPush()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dsort.c543 listTypePush(sobj,vector[j].obj,LIST_TAIL); in sortCommandGeneric()
557 listTypePush(sobj,val,LIST_TAIL); in sortCommandGeneric()
H A Dt_list.c41 void listTypePush(robj *subject, robj *value, int where) { in listTypePush() function
254 listTypePush(lobj,c->argv[j],where); in pushGenericCommand()
815 listTypePush(dstobj,value,where); in lmoveHandlePush()
H A Dserver.h2199 void listTypePush(robj *subject, robj *value, int where);
H A Dmodule.c3295 listTypePush(key->value, ele, in RM_ListPush()