Home
last modified time | relevance | path

Searched refs:listLast (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dslowlog.c131 listDelNode(server.slowlog,listLast(server.slowlog)); in slowlogPushEntryIfNeeded()
137 listDelNode(server.slowlog,listLast(server.slowlog)); in slowlogReset()
H A Dadlist.h59 #define listLast(l) ((l)->tail) macro
H A Dnetworking.c81 c->client_list_node = listLast(server.clients); in linkClient()
259 listNode *ln = listLast(c->reply); in _addReplyStringToList()
426 return listLast(c->reply); in addDeferredMultiBulkLength()
H A Daof.c126 listNode *ln = listLast(server.aof_rewrite_buf_blocks); in aofRewriteBufferAppend()
H A Dreplication.c2363 listNode *ln = listLast(server.repl_scriptcache_fifo); in replicationScriptCacheAdd()