Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c280 size_t size = len < PROTO_REPLY_CHUNK_BYTES? PROTO_REPLY_CHUNK_BYTES: len; in _addReplyStringToList()
453 next->used < PROTO_REPLY_CHUNK_BYTES * 4) { in setDeferredMultiBulkLength()
H A Dserver.h187 #define PROTO_REPLY_CHUNK_BYTES (16*1024) /* 16k output buffer */ macro
771 char buf[PROTO_REPLY_CHUNK_BYTES];
H A Dscripting.c581 if (listLength(c->reply) == 0 && c->bufpos < PROTO_REPLY_CHUNK_BYTES) { in luaRedisGenericCommand()
/f-stack/app/redis-5.0.5/
H A DREADME.md265 char buf[PROTO_REPLY_CHUNK_BYTES];