#include <hpack_encoder.h>
◆ advertise_table_size_change
uint8_t grpc_chttp2_hpack_compressor::advertise_table_size_change |
if non-zero, advertise to the decoder that we'll start using a table of this size
◆ cap_table_elems
uint32_t grpc_chttp2_hpack_compressor::cap_table_elems |
struct { ... } grpc_chttp2_hpack_compressor::elem_table |
◆ [1/2]
struct { ... } grpc_chttp2_hpack_compressor::entries[ (1 << 6 ) ] |
◆ [2/2]
struct { ... } grpc_chttp2_hpack_compressor::entries[ (1 << 6 ) ] |
◆ filter_elems
uint8_t grpc_chttp2_hpack_compressor::filter_elems[(1<< 6)] |
◆ filter_elems_sum
uint32_t grpc_chttp2_hpack_compressor::filter_elems_sum |
◆ index
uint32_t grpc_chttp2_hpack_compressor::index |
struct { ... } grpc_chttp2_hpack_compressor::key_table |
◆ max_table_elems
uint32_t grpc_chttp2_hpack_compressor::max_table_elems |
◆ max_table_size
uint32_t grpc_chttp2_hpack_compressor::max_table_size |
◆ max_usable_size
uint32_t grpc_chttp2_hpack_compressor::max_usable_size |
maximum number of bytes we'll use for the decode table (to guard against peers ooming us by setting decode table size high)
◆ table_elem_size
uint16_t* grpc_chttp2_hpack_compressor::table_elem_size |
◆ table_elems
uint32_t grpc_chttp2_hpack_compressor::table_elems |
◆ table_size
uint32_t grpc_chttp2_hpack_compressor::table_size |
◆ tail_remote_index
uint32_t grpc_chttp2_hpack_compressor::tail_remote_index |
◆ value [1/2]
◆ value [2/2]
The documentation for this struct was generated from the following file: