Searched refs:listLast (Results 1 – 5 of 5) sorted by relevance
131 listDelNode(server.slowlog,listLast(server.slowlog)); in slowlogPushEntryIfNeeded()137 listDelNode(server.slowlog,listLast(server.slowlog)); in slowlogReset()
59 #define listLast(l) ((l)->tail) macro
81 c->client_list_node = listLast(server.clients); in linkClient()259 listNode *ln = listLast(c->reply); in _addReplyStringToList()426 return listLast(c->reply); in addDeferredMultiBulkLength()
126 listNode *ln = listLast(server.aof_rewrite_buf_blocks); in aofRewriteBufferAppend()
2363 listNode *ln = listLast(server.repl_scriptcache_fifo); in replicationScriptCacheAdd()