Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c41 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 Dsort.c542 listTypePush(sobj,vector[j].obj,LIST_TAIL); in sortCommand()
556 listTypePush(sobj,val,LIST_TAIL); in sortCommand()
H A Dblocked.c308 listTypePush(o,value,where); in handleClientsBlockedOnKeys()
H A Dserver.h1503 void listTypePush(robj *subject, robj *value, int where);
H A Dmodule.c1770 listTypePush(key->value, ele, in RM_ListPush()