Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dnetworking.c111 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 …]
H A Daof.c584 c->reply_bytes = 0; in createFakeClient()
H A Dserver.h580 unsigned long long reply_bytes; /* Tot bytes of objects in reply list. */ member
H A Dscripting.c590 c->reply_bytes = 0; in luaRedisGenericCommand()