Home
last modified time | relevance | path

Searched refs:max_usable_size (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.h47 uint32_t max_usable_size; member
Dhpack_encoder.cc766 c->max_usable_size = GRPC_CHTTP2_HPACKC_INITIAL_TABLE_SIZE; in grpc_chttp2_hpack_compressor_init()
785 c->max_usable_size = max_table_size; in grpc_chttp2_hpack_compressor_set_max_usable_size()
811 max_table_size = GPR_MIN(max_table_size, c->max_usable_size); in grpc_chttp2_hpack_compressor_set_max_table_size()