Home
last modified time | relevance | path

Searched refs:decoder_dynamic_table_size (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_config.h905 size_t decoder_dynamic_table_size; member
918 size_t decoder_dynamic_table_size; member
Dshrpx.cc2032 upstreamconf.decoder_dynamic_table_size = 4_k; in fill_default_config()
2067 downstreamconf.decoder_dynamic_table_size = 4_k; in fill_default_config()
3137 << util::utos_unit(config->http2.upstream.decoder_dynamic_table_size) in print_help()
3152 << util::utos_unit(config->http2.downstream.decoder_dynamic_table_size) in print_help()
Dshrpx_http2_session.cc1726 if (http2conf.downstream.decoder_dynamic_table_size != in connection_made()
1729 entry[nentry].value = http2conf.downstream.decoder_dynamic_table_size; in connection_made()
Dshrpx_http2_upstream.cc1070 if (http2conf.upstream.decoder_dynamic_table_size != in Http2Upstream()
1073 entry[nentry].value = http2conf.upstream.decoder_dynamic_table_size; in Http2Upstream()
Dshrpx_config.cc3860 &config->http2.upstream.decoder_dynamic_table_size, opt, optarg); in parse_config()
3875 &config->http2.downstream.decoder_dynamic_table_size, opt, optarg); in parse_config()