Lines Matching refs:listNodeValue
260 clientReplyBlock *tail = ln? listNodeValue(ln): NULL; in _addReplyStringToList()
439 serverAssert(!listNodeValue(ln)); in setDeferredMultiBulkLength()
451 if (ln->next != NULL && (next = listNodeValue(ln->next)) && 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()
2203 c = listNodeValue(ln); in clientsArePaused()