Home
last modified time | relevance | path

Searched refs:encoder_header_table_size (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http2_session.cc209 if (config->encoder_header_table_size != NGHTTP2_DEFAULT_HEADER_TABLE_SIZE) { in on_connect()
211 opt, config->encoder_header_table_size); in on_connect()
Dnghttp.h77 int64_t encoder_header_table_size; member
DHttpServer.h72 ssize_t encoder_header_table_size; member
Dnghttpd.cc415 config.encoder_header_table_size = n; in main()
Dh2load.h112 uint32_t encoder_header_table_size; member
Dnghttp.cc104 encoder_header_table_size(-1), in Config()
3082 config.encoder_header_table_size = n; in main()
3148 if (config.encoder_header_table_size != -1) { in main()
3150 config.http2_option, config.encoder_header_table_size); in main()
DHttpServer.cc106 encoder_header_table_size(-1), in Config()
256 if (config_->encoder_header_table_size != -1) { in Sessions()
258 option_, config_->encoder_header_table_size); in Sessions()
Dh2load.cc123 encoder_header_table_size(4_k), in Config()
2279 << util::utos_unit(config.encoder_header_table_size) << R"( in print_help()
2630 if (parse_header_table_size(config.encoder_header_table_size, in main()