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