Home
last modified time | relevance | path

Searched refs:listCreate (Results 1 – 19 of 19) sorted by relevance

/redis-3.2.3/src/
H A Dadlist.c41 list *listCreate(void) in listCreate() function
248 if ((copy = listCreate()) == NULL) in listDup()
H A Dadlist.h73 list *listCreate(void);
H A Dbio.c102 bio_jobs[j] = listCreate(); in bioInit()
H A Dslowlog.c104 server.slowlog = listCreate(); in slowlogInit()
H A Dserver.c1865 server.clients = listCreate(); in initServer()
1866 server.clients_to_close = listCreate(); in initServer()
1867 server.slaves = listCreate(); in initServer()
1868 server.monitors = listCreate(); in initServer()
1869 server.clients_pending_write = listCreate(); in initServer()
1871 server.unblocked_clients = listCreate(); in initServer()
1872 server.ready_keys = listCreate(); in initServer()
1873 server.clients_waiting_acks = listCreate(); in initServer()
1918 server.pubsub_patterns = listCreate(); in initServer()
H A Dmulti.c218 clients = listCreate(); in watchForKey()
H A Daof.c74 server.aof_rewrite_buf_blocks = listCreate(); in aofRewriteBufferReset()
583 c->reply = listCreate(); in createFakeClient()
586 c->watched_keys = listCreate(); in createFakeClient()
H A Dpubsub.c70 clients = listCreate(); in pubsubSubscribeChannel()
H A Dt_list.c637 l = listCreate(); in blockForKeys()
798 server.ready_keys = listCreate(); in handleClientsBlockedOnLists()
H A Dnetworking.c110 c->reply = listCreate(); in createClient()
122 c->watched_keys = listCreate(); in createClient()
124 c->pubsub_patterns = listCreate(); in createClient()
H A Dsort.c213 operations = listCreate(); in sortCommand()
H A Dscripting.c1498 ldb.logs = listCreate(); in ldbInit()
1500 ldb.children = listCreate(); in ldbInit()
1706 ldb.children = listCreate(); in ldbKillForkedSessions()
H A Dredis-benchmark.c675 config.clients = listCreate(); in main()
H A Dreplication.c2035 server.repl_scriptcache_fifo = listCreate(); in replicationScriptCacheInit()
2052 server.repl_scriptcache_fifo = listCreate(); in replicationScriptCacheFlush()
H A Ddb.c493 list *keys = listCreate(); in scanGenericCommand()
H A Dziplist.c1693 ref = listCreate(); in ziplistTest()
H A Dconfig.c1303 l = listCreate();
H A Dsentinel.c467 sentinel.scripts_queue = listCreate(); in initSentinel()
H A Dcluster.c673 node->fail_reports = listCreate(); in createClusterNode()