19 #ifndef GRPC_CORE_LIB_COMPRESSION_MESSAGE_COMPRESS_H
20 #define GRPC_CORE_LIB_COMPRESSION_MESSAGE_COMPRESS_H
grpc_message_compression_algorithm
Definition: compression_internal.h:32
int grpc_msg_compress(grpc_message_compression_algorithm algorithm, grpc_slice_buffer *input, grpc_slice_buffer *output)
int grpc_msg_decompress(grpc_message_compression_algorithm algorithm, grpc_slice_buffer *input, grpc_slice_buffer *output)
Represents an expandable array of slices, to be interpreted as a single item.
Definition: slice.h:78