Home
last modified time | relevance | path

Searched refs:listNodeValue (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmulti.c243 wk = listNodeValue(ln); in watchForKey()
277 wk = listNodeValue(ln); in unwatchAllKeys()
306 client *c = listNodeValue(ln); in touchWatchedKey()
323 client *c = listNodeValue(ln); in touchWatchedKeysOnFlush()
326 watchedKey *wk = listNodeValue(ln); in touchWatchedKeysOnFlush()
H A Dnetworking.c260 clientReplyBlock *tail = ln? listNodeValue(ln): NULL; in _addReplyStringToList()
439 serverAssert(!listNodeValue(ln)); in setDeferredMultiBulkLength()
465 listNodeValue(ln) = buf; in setDeferredMultiBulkLength()
960 client *c = listNodeValue(ln); in freeClientsInAsyncFreeQueue()
998 o = listNodeValue(listFirst(c->reply)); in writeToClient()
1089 client *c = listNodeValue(ln); in handleClientsWithPendingWrites()
1599 c = listNodeValue(ln); in getClientsMaxBuffers()
1705 client = listNodeValue(ln); in getAllClientsInfoString()
1828 client = listNodeValue(ln); in clientCommand()
2145 client *slave = listNodeValue(ln); in flushSlavesOutputBuffers()
[all …]
H A Dadlist.h62 #define listNodeValue(n) ((n)->value) macro
H A Dblocked.c213 client *c = listNodeValue(ln); in disconnectAllBlockedClients()
389 client *receiver = listNodeValue(ln); in handleClientsBlockedOnKeys()
H A Dobject.c993 client *c = listNodeValue(ln); in getMemoryOverheadData()
1009 client *c = listNodeValue(ln); in getMemoryOverheadData()
1035 sdsZmallocSize(listNodeValue(listFirst(server.repl_scriptcache_fifo)))); in getMemoryOverheadData()
H A Ddb.c741 robj *kobj = listNodeValue(node); in scanGenericCommand()
776 kobj = listNodeValue(node); in scanGenericCommand()
790 robj *kobj = listNodeValue(node); in scanGenericCommand()
H A Devict.c362 client *slave = listNodeValue(ln); in freeMemoryGetNotCountedMemory()
H A Daof.c86 aofrwblock *block = listNodeValue(ln); in aofRewriteBufferSize()
181 aofrwblock *block = listNodeValue(ln); in aofRewriteBufferWrite()
H A Dziplist.c1916 assert(memcmp(buf,listNodeValue(refnode),buflen) == 0); in ziplistTest()
H A Dserver.c992 c = listNodeValue(head); in clientsCron()
3566 client *slave = listNodeValue(ln); in genRedisInfoString()
H A Dreplication.c2364 sds oldest = listNodeValue(ln); in replicationScriptCacheAdd()
H A Dscripting.c592 clientReplyBlock *o = listNodeValue(listFirst(c->reply)); in luaRedisGenericCommand()
H A Dmodule.c2820 clientReplyBlock *o = listNodeValue(listFirst(c->reply)); in RM_Call()