Home
last modified time | relevance | path

Searched refs:listSetDupMethod (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/src/
H A Dadlist.h64 #define listSetDupMethod(l,m) ((l)->dup = (m)) macro
H A Daof.c589 listSetDupMethod(c->reply,dupClientReplyValue); in createFakeClient()
H A Dnetworking.c114 listSetDupMethod(c->reply,dupClientReplyValue); in createClient()