Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dadlist.h65 #define listSetFreeMethod(l,m) ((l)->free = (m)) macro
H A Dslowlog.c106 listSetFreeMethod(server.slowlog,slowlogFreeEntry); in slowlogInit()
H A Daof.c75 listSetFreeMethod(server.aof_rewrite_buf_blocks,zfree); in aofRewriteBufferReset()
588 listSetFreeMethod(c->reply,decrRefCountVoid); in createFakeClient()
H A Dsort.c214 listSetFreeMethod(operations,zfree); in sortCommand()
H A Dnetworking.c113 listSetFreeMethod(c->reply,decrRefCountVoid); in createClient()
126 listSetFreeMethod(c->pubsub_patterns,decrRefCountVoid); in createClient()
H A Ddb.c664 listSetFreeMethod(keys,decrRefCountVoid); in scanGenericCommand()
H A Dziplist.c1694 listSetFreeMethod(ref,(void (*)(void*))sdsfree); in ziplistTest()
H A Dscripting.c1499 listSetFreeMethod(ldb.logs,(void (*)(void*))sdsfree); in ldbInit()
H A Dserver.c1919 listSetFreeMethod(server.pubsub_patterns,freePubsubPattern); in initServer()
H A Dcluster.c678 listSetFreeMethod(node->fail_reports,zfree); in createClusterNode()