Home
last modified time | relevance | path

Searched refs:header_table_size (Results 1 – 15 of 15) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http2_session.cc225 if (config->header_table_size != NGHTTP2_DEFAULT_HEADER_TABLE_SIZE) { in on_connect()
227 iv[niv].value = config->header_table_size; in on_connect()
Dnghttp.h75 int64_t header_table_size; member
DHttpServer.h71 ssize_t header_table_size; member
Dnghttpd.cc309 config.header_table_size = n; in main()
Dh2load.h111 uint32_t header_table_size; member
Dnghttp.cc102 : header_table_size(-1), in Config()
933 if (config.header_table_size >= 0) { in populate_settings()
934 if (config.min_header_table_size < config.header_table_size) { in populate_settings()
941 iv[niv].value = config.header_table_size; in populate_settings()
2981 config.header_table_size = n; in main()
Dh2load_http3_session.cc333 settings.qpack_max_dtable_capacity = config->header_table_size; in init_conn()
DHttpServer.cc105 header_table_size(-1), in Config()
860 if (config->header_table_size >= 0) { in connection_made()
862 entry[niv].value = config->header_table_size; in connection_made()
Dh2load.cc122 header_table_size(4_k), in Config()
2272 << util::utos_unit(config.header_table_size) << R"( in print_help()
2623 if (parse_header_table_size(config.header_table_size, in main()
/third_party/nghttp2/
DREADME.rst1065 header_table_size
1098 "header_table_size": 4096
1124 "header_table_size": 4096
1194 "header_table_size": 4096,
1263 "header_table_size": 4096,
1354 header_table_size
1385 "header_table_size": 4096
1408 "header_table_size": 4096
/third_party/nghttp2/lib/
Dnghttp2_session.h167 uint32_t header_table_size; member
Dnghttp2_session.c397 settings->header_table_size = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in init_settings()
4731 uint32_t header_table_size = 0; in nghttp2_session_update_local_settings() local
4741 header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4750 if (min_header_table_size < header_table_size) { in nghttp2_session_update_local_settings()
4759 header_table_size); in nghttp2_session_update_local_settings()
4776 session->local_settings.header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4871 session->remote_settings.header_table_size = entry->value; in nghttp2_session_on_settings_received()
8018 return session->remote_settings.header_table_size; in nghttp2_session_get_remote_settings()
8043 return session->local_settings.header_table_size; in nghttp2_session_get_local_settings()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.h167 uint32_t header_table_size; member
Dnghttp2_session.c397 settings->header_table_size = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in init_settings()
4652 uint32_t header_table_size = 0; in nghttp2_session_update_local_settings() local
4662 header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4671 if (min_header_table_size < header_table_size) { in nghttp2_session_update_local_settings()
4680 header_table_size); in nghttp2_session_update_local_settings()
4697 session->local_settings.header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4792 session->remote_settings.header_table_size = entry->value; in nghttp2_session_on_settings_received()
7930 return session->remote_settings.header_table_size; in nghttp2_session_get_remote_settings()
7955 return session->local_settings.header_table_size; in nghttp2_session_get_local_settings()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c2177 CU_ASSERT(3000 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
2212 CU_ASSERT(3001 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
2254 CU_ASSERT(4096 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
2297 CU_ASSERT(0 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
3730 CU_ASSERT(1024 == session->remote_settings.header_table_size); in test_nghttp2_session_on_settings_received()
3799 CU_ASSERT(2048 == session->remote_settings.header_table_size); in test_nghttp2_session_on_settings_received()