Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.c685 &context->hd_table, in hd_context_init()
699 hd_ringbuf_free(&context->hd_table, context->mem); in hd_context_free()
1139 context->hd_table.len > 0) { in add_hd_table_incremental()
1140 size_t idx = context->hd_table.len - 1; in add_hd_table_incremental()
1149 hd_ringbuf_pop_back(&context->hd_table); in add_hd_table_incremental()
1259 context->hd_table.len > 0) { in hd_context_shrink_table_size()
1260 size_t idx = context->hd_table.len - 1; in hd_context_shrink_table_size()
1264 hd_ringbuf_pop_back(&context->hd_table); in hd_context_shrink_table_size()
1329 return context->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH; in get_max_index()
1336 return hd_ringbuf_get(&context->hd_table, in nghttp2_hd_table_get()
[all …]
A Dnghttp2_hd.h195 nghttp2_hd_ringbuf hd_table; member

Completed in 7 milliseconds