Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load_http2_session.cc245 if (config->header_table_size != NGHTTP2_DEFAULT_HEADER_TABLE_SIZE) { in on_connect()
247 iv[niv].value = config->header_table_size; in on_connect()
DHttpServer.h71 ssize_t header_table_size; member
Dnghttp.h75 int64_t header_table_size; member
Dh2load.h97 uint32_t header_table_size; member
Dnghttpd.cc299 config.header_table_size = n; in main()
Dnghttp.cc102 : header_table_size(-1), in Config()
918 if (config.header_table_size >= 0) { in populate_settings()
919 if (config.min_header_table_size < config.header_table_size) { in populate_settings()
926 iv[niv].value = config.header_table_size; in populate_settings()
2935 config.header_table_size = n; in main()
DHttpServer.cc98 header_table_size(-1), in Config()
849 if (config->header_table_size >= 0) { in connection_made()
851 entry[niv].value = config->header_table_size; in connection_made()
Dh2load.cc91 header_table_size(4_k), in Config()
1972 << util::utos_unit(config.header_table_size) << R"( in print_help()
2253 if (parse_header_table_size(config.header_table_size, in main()
/third_party/nghttp2/lib/
Dnghttp2_session.h161 uint32_t header_table_size; member
Dnghttp2_session.c382 settings->header_table_size = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in init_settings()
4322 uint32_t header_table_size = 0; in nghttp2_session_update_local_settings() local
4332 header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4341 if (min_header_table_size < header_table_size) { in nghttp2_session_update_local_settings()
4350 header_table_size); in nghttp2_session_update_local_settings()
4367 session->local_settings.header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4459 session->remote_settings.header_table_size = entry->value; in nghttp2_session_on_settings_received()
7408 return session->remote_settings.header_table_size; in nghttp2_session_get_remote_settings()
7431 return session->local_settings.header_table_size; in nghttp2_session_get_local_settings()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.h161 uint32_t header_table_size; member
Dnghttp2_session.c382 settings->header_table_size = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in init_settings()
4322 uint32_t header_table_size = 0; in nghttp2_session_update_local_settings() local
4332 header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4341 if (min_header_table_size < header_table_size) { in nghttp2_session_update_local_settings()
4350 header_table_size); in nghttp2_session_update_local_settings()
4367 session->local_settings.header_table_size = iv[i].value; in nghttp2_session_update_local_settings()
4459 session->remote_settings.header_table_size = entry->value; in nghttp2_session_on_settings_received()
7408 return session->remote_settings.header_table_size; in nghttp2_session_get_remote_settings()
7431 return session->local_settings.header_table_size; in nghttp2_session_get_local_settings()
/third_party/nghttp2/
DREADME.rst959 header_table_size
992 "header_table_size": 4096
1018 "header_table_size": 4096
1088 "header_table_size": 4096,
1157 "header_table_size": 4096,
1248 header_table_size
1279 "header_table_size": 4096
1302 "header_table_size": 4096
/third_party/nghttp2/tests/
Dnghttp2_session_test.c2076 CU_ASSERT(3000 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
2111 CU_ASSERT(3001 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
2153 CU_ASSERT(4096 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
2196 CU_ASSERT(0 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()
3421 CU_ASSERT(1024 == session->remote_settings.header_table_size); in test_nghttp2_session_on_settings_received()
3490 CU_ASSERT(2048 == session->remote_settings.header_table_size); in test_nghttp2_session_on_settings_received()