Searched refs:PROTO_REPLY_CHUNK_BYTES (Results 1 – 4 of 4) sorted by relevance
280 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()
187 #define PROTO_REPLY_CHUNK_BYTES (16*1024) /* 16k output buffer */ macro771 char buf[PROTO_REPLY_CHUNK_BYTES];
581 if (listLength(c->reply) == 0 && c->bufpos < PROTO_REPLY_CHUNK_BYTES) { in luaRedisGenericCommand()
265 char buf[PROTO_REPLY_CHUNK_BYTES];