Home
last modified time | relevance | path

Searched refs:OUTPUT_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/compression/
Dmessage_compress.cc32 #define OUTPUT_BLOCK_SIZE 1024 macro
40 grpc_slice outbuf = GRPC_SLICE_MALLOC(OUTPUT_BLOCK_SIZE); in zlib_body()
55 outbuf = GRPC_SLICE_MALLOC(OUTPUT_BLOCK_SIZE); in zlib_body()
Dstream_compression_gzip.cc28 #define OUTPUT_BLOCK_SIZE (1024) macro
50 size_t slice_size = max_output_size < OUTPUT_BLOCK_SIZE ? max_output_size in gzip_flate()
51 : OUTPUT_BLOCK_SIZE; in gzip_flate()
Dstream_compression_identity.cc27 #define OUTPUT_BLOCK_SIZE (1024) macro