Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c160 int listTypeEqual(listTypeEntry *entry, robj *o) { in listTypeEqual() function
286 if (listTypeEqual(&entry,c->argv[3])) { in linsertCommand()
512 if (listTypeEqual(&entry,obj)) { in lremCommand()
H A Dserver.h1511 int listTypeEqual(listTypeEntry *entry, robj *o);