Home
last modified time | relevance | path

Searched refs:listSetFreeMethod (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dadlist.h65 #define listSetFreeMethod(l,m) ((l)->free = (m)) macro
H A Dslowlog.c117 listSetFreeMethod(server.slowlog,slowlogFreeEntry); in slowlogInit()
H A Dsort.c214 listSetFreeMethod(operations,zfree); in sortCommand()
H A Daof.c75 listSetFreeMethod(server.aof_rewrite_buf_blocks,zfree); in aofRewriteBufferReset()
673 listSetFreeMethod(c->reply,freeClientReplyValue); in createFakeClient()
H A Dnetworking.c140 listSetFreeMethod(c->reply,freeClientReplyValue); in createClient()
157 listSetFreeMethod(c->pubsub_patterns,decrRefCountVoid); in createClient()
H A Ddb.c797 listSetFreeMethod(keys,decrRefCountVoid); in scanGenericCommand()
H A Dziplist.c1864 listSetFreeMethod(ref,(void (*)(void*))sdsfree); in ziplistTest()
H A Dscripting.c1565 listSetFreeMethod(ldb.logs,(void (*)(void*))sdsfree); in ldbInit()
H A Dserver.c2097 listSetFreeMethod(server.pubsub_patterns,freePubsubPattern); in initServer()
H A Dcluster.c720 listSetFreeMethod(node->fail_reports,zfree); in createClusterNode()