Searched refs:hd_table_bufsize_max (Results 1 – 2 of 2) sorted by relevance
683 context->hd_table_bufsize_max = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in hd_context_init()686 context->hd_table_bufsize_max / NGHTTP2_HD_ENTRY_OVERHEAD, mem); in hd_context_init()1158 if (room > context->hd_table_bufsize_max) { in add_hd_table_incremental()1258 while (context->hd_table_bufsize > context->hd_table_bufsize_max && in hd_context_shrink_table_size()1280 deflater->ctx.hd_table_bufsize_max = next_bufsize; in nghttp2_hd_deflate_change_table_size()1318 inflater->ctx.hd_table_bufsize_max = settings_max_dynamic_table_size; in nghttp2_hd_inflate_change_table_size()1369 deflater->ctx.hd_table_bufsize_max * 3 / 4) { in hd_deflate_decide_indexing()1502 rv = emit_table_size(bufs, deflater->ctx.hd_table_bufsize_max); in nghttp2_hd_deflate_hd_bufs()2001 inflater->ctx.hd_table_bufsize_max = inflater->left; in nghttp2_hd_inflate_hd_nv()2404 return deflater->ctx.hd_table_bufsize_max; in nghttp2_hd_deflate_get_max_dynamic_table_size()[all …]
203 size_t hd_table_bufsize_max; member
Completed in 8 milliseconds