Home
last modified time | relevance | path

Searched refs:listTypeInsert (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c141 void listTypeInsert(listTypeEntry *entry, robj *value, int where) { in listTypeInsert() function
287 listTypeInsert(&entry,c->argv[4],where); in linsertCommand()
H A Dserver.h1510 void listTypeInsert(listTypeEntry *entry, robj *value, int where);