Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c138 c->reply_bytes = 0; in createClient()
287 c->reply_bytes += tail->size; in _addReplyStringToList()
466 c->reply_bytes += buf->size; in setDeferredMultiBulkLength()
640 dst->reply_bytes += src->reply_bytes; in AddReplyFromClient()
641 src->reply_bytes = 0; in AddReplyFromClient()
654 dst->reply_bytes = src->reply_bytes; in copyClientOutputBuffer()
1002 c->reply_bytes -= o->size; in writeToClient()
1014 c->reply_bytes -= o->size; in writeToClient()
1020 serverAssert(c->reply_bytes == 0); in writeToClient()
2032 return c->reply_bytes + (list_item_size*listLength(c->reply)); in getClientOutputBufferMemoryUsage()
[all …]
H A Daof.c669 c->reply_bytes = 0; in createFakeClient()
H A Dreplication.c2184 c->reply_bytes = 0; in replicationCacheMaster()
H A Dserver.h734 unsigned long long reply_bytes; /* Tot bytes of objects in reply list. */ member
H A Dscripting.c613 c->reply_bytes = 0; in luaRedisGenericCommand()