Searched refs:min_hd_table_bufsize_max (Results 1 – 6 of 6) sorted by relevance
715 deflater->min_hd_table_bufsize_max = UINT32_MAX; in nghttp2_hd_deflate_init2()729 inflater->min_hd_table_bufsize_max = UINT32_MAX; in nghttp2_hd_inflate_init()1247 deflater->min_hd_table_bufsize_max = in nghttp2_hd_deflate_change_table_size()1248 nghttp2_min(deflater->min_hd_table_bufsize_max, next_bufsize); in nghttp2_hd_deflate_change_table_size()1277 inflater->min_hd_table_bufsize_max = settings_max_dynamic_table_size; in nghttp2_hd_inflate_change_table_size()1445 size_t min_hd_table_bufsize_max; in nghttp2_hd_deflate_hd_bufs() local1447 min_hd_table_bufsize_max = deflater->min_hd_table_bufsize_max; in nghttp2_hd_deflate_hd_bufs()1450 deflater->min_hd_table_bufsize_max = UINT32_MAX; in nghttp2_hd_deflate_hd_bufs()1452 if (deflater->ctx.hd_table_bufsize_max > min_hd_table_bufsize_max) { in nghttp2_hd_deflate_hd_bufs()1454 rv = emit_table_size(bufs, min_hd_table_bufsize_max); in nghttp2_hd_deflate_hd_bufs()[all …]
225 size_t min_hd_table_bufsize_max; member249 size_t min_hd_table_bufsize_max; member
951 CU_ASSERT(0 == deflater.min_hd_table_bufsize_max); in test_nghttp2_hd_change_table_size()960 CU_ASSERT(UINT32_MAX == deflater.min_hd_table_bufsize_max); in test_nghttp2_hd_change_table_size()
5724 CU_ASSERT(111 == session->hd_inflater.min_hd_table_bufsize_max); in test_nghttp2_submit_settings()