GRPC Core  9.0.0
Data Structures | Functions
bin_encoder.cc File Reference
#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)
 

Function Documentation

◆ grpc_chttp2_base64_encode()

grpc_slice grpc_chttp2_base64_encode ( const grpc_slice input)

◆ grpc_chttp2_base64_encode_and_huffman_compress()

grpc_slice grpc_chttp2_base64_encode_and_huffman_compress ( const grpc_slice input)

◆ grpc_chttp2_huffman_compress()

grpc_slice grpc_chttp2_huffman_compress ( const grpc_slice input)