Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.h35 #define GRPC_CHTTP2_HPACKC_INITIAL_TABLE_SIZE 4096 macro
Dhpack_encoder.cc590 c->max_table_size = GRPC_CHTTP2_HPACKC_INITIAL_TABLE_SIZE; in grpc_chttp2_hpack_compressor_init()
593 c->max_usable_size = GRPC_CHTTP2_HPACKC_INITIAL_TABLE_SIZE; in grpc_chttp2_hpack_compressor_init()