Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.h224 size_t min_hd_table_bufsize_max; member
248 size_t min_hd_table_bufsize_max; member
A Dnghttp2_hd.c728 deflater->min_hd_table_bufsize_max = UINT32_MAX; in nghttp2_hd_deflate_init2()
744 inflater->min_hd_table_bufsize_max = UINT32_MAX; in nghttp2_hd_inflate_init()
1282 deflater->min_hd_table_bufsize_max = in nghttp2_hd_deflate_change_table_size()
1283 nghttp2_min(deflater->min_hd_table_bufsize_max, next_bufsize); in nghttp2_hd_deflate_change_table_size()
1487 size_t min_hd_table_bufsize_max; in nghttp2_hd_deflate_hd_bufs() local
1489 min_hd_table_bufsize_max = deflater->min_hd_table_bufsize_max; in nghttp2_hd_deflate_hd_bufs()
1492 deflater->min_hd_table_bufsize_max = UINT32_MAX; in nghttp2_hd_deflate_hd_bufs()
1494 if (deflater->ctx.hd_table_bufsize_max > min_hd_table_bufsize_max) { in nghttp2_hd_deflate_hd_bufs()
1495 rv = emit_table_size(bufs, min_hd_table_bufsize_max); in nghttp2_hd_deflate_hd_bufs()
1990 nghttp2_min(inflater->min_hd_table_bufsize_max, in nghttp2_hd_inflate_hd_nv()
[all …]

Completed in 7 milliseconds