Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.c691 context->hd_table_bufsize = 0; in hd_context_init()
1138 while (context->hd_table_bufsize + room > context->hd_table_bufsize_max && in add_hd_table_incremental()
1143 context->hd_table_bufsize -= in add_hd_table_incremental()
1187 context->hd_table_bufsize += room; in add_hd_table_incremental()
1258 while (context->hd_table_bufsize > context->hd_table_bufsize_max && in hd_context_shrink_table_size()
1262 context->hd_table_bufsize -= in hd_context_shrink_table_size()
2398 return deflater->ctx.hd_table_bufsize; in nghttp2_hd_deflate_get_dynamic_table_size()
2420 return inflater->ctx.hd_table_bufsize; in nghttp2_hd_inflate_get_dynamic_table_size()
A Dnghttp2_hd.h201 size_t hd_table_bufsize; member

Completed in 7 milliseconds