34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_BIN_ENCODER_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_BIN_ENCODER_H
gpr_slice grpc_chttp2_base64_encode_and_huffman_compress(gpr_slice input)
Definition: bin_encoder.c:173
gpr_slice grpc_chttp2_base64_encode(gpr_slice input)
Definition: bin_encoder.c:64
gpr_slice grpc_chttp2_huffman_compress(gpr_slice input)
Definition: bin_encoder.c:108
int grpc_is_binary_header(const char *key, size_t length)
Definition: bin_encoder.c:224
const char * key
Definition: hpack_table.c:43