Searched refs:OUTPUT_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
32 #define OUTPUT_BLOCK_SIZE 1024 macro40 grpc_slice outbuf = GRPC_SLICE_MALLOC(OUTPUT_BLOCK_SIZE); in zlib_body()55 outbuf = GRPC_SLICE_MALLOC(OUTPUT_BLOCK_SIZE); in zlib_body()
28 #define OUTPUT_BLOCK_SIZE (1024) macro50 size_t slice_size = max_output_size < OUTPUT_BLOCK_SIZE ? max_output_size in gzip_flate()51 : OUTPUT_BLOCK_SIZE; in gzip_flate()
27 #define OUTPUT_BLOCK_SIZE (1024) macro