Searched refs:reply_bytes (Results 1 – 4 of 4) sorted by relevance
111 c->reply_bytes = 0; in createClient()247 c->reply_bytes -= sdsZmallocSize(tail->ptr); in _addReplyObjectToList()250 c->reply_bytes += sdsZmallocSize(tail->ptr); in _addReplyObjectToList()272 c->reply_bytes += sdsZmallocSize(s); in _addReplySdsToList()287 c->reply_bytes += sdsZmallocSize(s); in _addReplySdsToList()452 c->reply_bytes += sdsZmallocSize(len->ptr); in setDeferredMultiBulkLength()458 c->reply_bytes -= sdsZmallocSize(len->ptr); in setDeferredMultiBulkLength()461 c->reply_bytes += sdsZmallocSize(len->ptr); in setDeferredMultiBulkLength()606 dst->reply_bytes = src->reply_bytes; in copyClientOutputBuffer()928 c->reply_bytes -= objmem; in writeToClient()[all …]
584 c->reply_bytes = 0; in createFakeClient()
580 unsigned long long reply_bytes; /* Tot bytes of objects in reply list. */ member
590 c->reply_bytes = 0; in luaRedisGenericCommand()