Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dadlist.h58 #define listFirst(l) ((l)->head) macro
H A Dblocked.c114 ln = listFirst(server.unblocked_clients); in processUnblockedClients()
H A Dbio.c175 ln = listFirst(bio_jobs[type]); in bioProcessBackgroundJobs()
H A Dnetworking.c738 listNode *ln = listFirst(server.slaves); in disconnectSlaves()
891 listNode *ln = listFirst(server.clients_to_close); in freeClientsInAsyncFreeQueue()
922 o = listNodeValue(listFirst(c->reply)); in writeToClient()
927 listDelNode(c->reply,listFirst(c->reply)); in writeToClient()
939 listDelNode(c->reply,listFirst(c->reply)); in writeToClient()
H A Dscripting.c569 robj *o = listNodeValue(listFirst(c->reply)); in luaRedisGenericCommand()
572 listDelNode(c->reply,listFirst(c->reply)); in luaRedisGenericCommand()
1510 while((ln = listFirst(log)) != NULL) in ldbFlushLog()
1566 listNode *ln = listFirst(ldb.logs); in ldbSendLogs()
H A Dt_list.c801 listNode *ln = listFirst(l); in handleClientsBlockedOnLists()
822 listNode *clientnode = listFirst(clients); in handleClientsBlockedOnLists()
H A Ddb.c606 node = listFirst(keys); in scanGenericCommand()
656 while ((node = listFirst(keys)) != NULL) { in scanGenericCommand()
H A Dconfig.c1411 listNode *ln = listFirst(l);
1692 listNode *ln = listFirst(l);
H A Daof.c105 ln = listFirst(server.aof_rewrite_buf_blocks); in aofChildWriteDiffData()
H A Dserver.c1007 head = listFirst(server.clients); in clientsCron()