Searched refs:header_table_size (Results 1 – 15 of 15) sorted by relevance
225 if (config->header_table_size != NGHTTP2_DEFAULT_HEADER_TABLE_SIZE) { in on_connect()227 iv[niv].value = config->header_table_size; in on_connect()
71 ssize_t header_table_size; member
75 int64_t header_table_size; member
309 config.header_table_size = n; in main()
111 uint32_t header_table_size; member
102 : header_table_size(-1), in Config()934 if (config.header_table_size >= 0) { in populate_settings()935 if (config.min_header_table_size < config.header_table_size) { in populate_settings()942 iv[niv].value = config.header_table_size; in populate_settings()2982 config.header_table_size = n; in main()
333 settings.qpack_max_dtable_capacity = config->header_table_size; in init_conn()
103 header_table_size(-1), in Config()856 if (config->header_table_size >= 0) { in connection_made()858 entry[niv].value = config->header_table_size; in connection_made()
122 header_table_size(4_k), in Config()2260 << util::utos_unit(config.header_table_size) << R"( in print_help()2611 if (parse_header_table_size(config.header_table_size, in main()
1065 header_table_size1098 "header_table_size": 40961124 "header_table_size": 40961194 "header_table_size": 4096,1263 "header_table_size": 4096,1354 header_table_size1385 "header_table_size": 40961408 "header_table_size": 4096
162 uint32_t header_table_size; member
396 settings->header_table_size = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in init_settings()4706 uint32_t header_table_size = 0; in nghttp2_session_update_local_settings() local4716 header_table_size = iv[i].value; in nghttp2_session_update_local_settings()4725 if (min_header_table_size < header_table_size) { in nghttp2_session_update_local_settings()4734 header_table_size); in nghttp2_session_update_local_settings()4751 session->local_settings.header_table_size = iv[i].value; in nghttp2_session_update_local_settings()4846 session->remote_settings.header_table_size = entry->value; in nghttp2_session_on_settings_received()7990 return session->remote_settings.header_table_size; in nghttp2_session_get_remote_settings()8015 return session->local_settings.header_table_size; in nghttp2_session_get_local_settings()
161 uint32_t header_table_size; member
382 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() local4332 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()
2178 CU_ASSERT(3000 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()2213 CU_ASSERT(3001 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()2255 CU_ASSERT(4096 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()2298 CU_ASSERT(0 == session->remote_settings.header_table_size); in test_nghttp2_session_recv_settings_header_table_size()3731 CU_ASSERT(1024 == session->remote_settings.header_table_size); in test_nghttp2_session_on_settings_received()3800 CU_ASSERT(2048 == session->remote_settings.header_table_size); in test_nghttp2_session_on_settings_received()