Home
last modified time | relevance | path

Searched refs:min_hd_table_bufsize_max (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd.c715 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() local
1447 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 …]
Dnghttp2_hd.h225 size_t min_hd_table_bufsize_max; member
249 size_t min_hd_table_bufsize_max; member
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c715 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() local
1447 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 …]
Dnghttp2_hd.h225 size_t min_hd_table_bufsize_max; member
249 size_t min_hd_table_bufsize_max; member
/third_party/nghttp2/tests/
Dnghttp2_hd_test.c951 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()
Dnghttp2_session_test.c5724 CU_ASSERT(111 == session->hd_inflater.min_hd_table_bufsize_max); in test_nghttp2_submit_settings()