Searched refs:listNodeValue (Results 1 – 13 of 13) sorted by relevance
243 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()
260 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 …]
62 #define listNodeValue(n) ((n)->value) macro
213 client *c = listNodeValue(ln); in disconnectAllBlockedClients()389 client *receiver = listNodeValue(ln); in handleClientsBlockedOnKeys()
993 client *c = listNodeValue(ln); in getMemoryOverheadData()1009 client *c = listNodeValue(ln); in getMemoryOverheadData()1035 sdsZmallocSize(listNodeValue(listFirst(server.repl_scriptcache_fifo)))); in getMemoryOverheadData()
741 robj *kobj = listNodeValue(node); in scanGenericCommand()776 kobj = listNodeValue(node); in scanGenericCommand()790 robj *kobj = listNodeValue(node); in scanGenericCommand()
362 client *slave = listNodeValue(ln); in freeMemoryGetNotCountedMemory()
86 aofrwblock *block = listNodeValue(ln); in aofRewriteBufferSize()181 aofrwblock *block = listNodeValue(ln); in aofRewriteBufferWrite()
1916 assert(memcmp(buf,listNodeValue(refnode),buflen) == 0); in ziplistTest()
992 c = listNodeValue(head); in clientsCron()3566 client *slave = listNodeValue(ln); in genRedisInfoString()
2364 sds oldest = listNodeValue(ln); in replicationScriptCacheAdd()
592 clientReplyBlock *o = listNodeValue(listFirst(c->reply)); in luaRedisGenericCommand()
2820 clientReplyBlock *o = listNodeValue(listFirst(c->reply)); in RM_Call()