GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/chttp2/transport/bin_encoder.h"
#include <string.h>
#include <grpc/support/log.h>
#include "src/core/ext/transport/chttp2/transport/huffsyms.h"
Data Structures | |
struct | b64_huff_sym |
struct | huff_out |
Functions | |
grpc_slice | grpc_chttp2_base64_encode (const grpc_slice &input) |
grpc_slice | grpc_chttp2_huffman_compress (const grpc_slice &input) |
grpc_slice | grpc_chttp2_base64_encode_and_huffman_compress (const grpc_slice &input) |
grpc_slice grpc_chttp2_base64_encode | ( | const grpc_slice & | input | ) |
grpc_slice grpc_chttp2_base64_encode_and_huffman_compress | ( | const grpc_slice & | input | ) |
grpc_slice grpc_chttp2_huffman_compress | ( | const grpc_slice & | input | ) |