Lines Matching refs:hd_table
685 &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()
1141 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental()
1149 hd_ringbuf_pop_back(&context->hd_table); in add_hd_table_incremental()
1171 rv = hd_ringbuf_push_front(&context->hd_table, new_ent, mem); 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()
1261 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size()
1264 hd_ringbuf_pop_back(&context->hd_table); in hd_context_shrink_table_size()
1325 ((idx) < (context)->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH)
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()
1352 return &hd_ringbuf_get(&context->hd_table, in nghttp2_hd_table_get2()