Go to the source code of this file.
|
static int | compress_inner (grpc_compression_algorithm algorithm, grpc_slice_buffer *input, grpc_slice_buffer *output) |
|
static int | copy (grpc_slice_buffer *input, grpc_slice_buffer *output) |
|
int | grpc_msg_compress (grpc_compression_algorithm algorithm, grpc_slice_buffer *input, grpc_slice_buffer *output) |
|
int | grpc_msg_decompress (grpc_compression_algorithm algorithm, grpc_slice_buffer *input, grpc_slice_buffer *output) |
|
static void * | zalloc_gpr (void *, unsigned int items, unsigned int size) |
|
static void | zfree_gpr (void *, void *address) |
|
static int | zlib_body (z_stream *zs, grpc_slice_buffer *input, grpc_slice_buffer *output, int(*flate)(z_stream *zs, int flush)) |
|
static int | zlib_compress (grpc_slice_buffer *input, grpc_slice_buffer *output, int gzip) |
|
static int | zlib_decompress (grpc_slice_buffer *input, grpc_slice_buffer *output, int gzip) |
|
◆ OUTPUT_BLOCK_SIZE
#define OUTPUT_BLOCK_SIZE 1024 |
◆ compress_inner()
◆ copy()
◆ grpc_msg_compress()
◆ grpc_msg_decompress()
◆ zalloc_gpr()
static void* zalloc_gpr |
( |
void * |
, |
|
|
unsigned int |
items, |
|
|
unsigned int |
size |
|
) |
| |
|
static |
◆ zfree_gpr()
static void zfree_gpr |
( |
void * |
, |
|
|
void * |
address |
|
) |
| |
|
static |
◆ zlib_body()
◆ zlib_compress()
◆ zlib_decompress()