Searched refs:hd_ringbuf_get (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 608 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get() function 630 buffer[i] = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_reserve() 645 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() 1115 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() 1232 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() 1304 return hd_ringbuf_get(&context->hd_table, idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get() 1319 return &hd_ringbuf_get(&context->hd_table, in nghttp2_hd_table_get2()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 608 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get() function 630 buffer[i] = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_reserve() 645 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() 1115 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() 1232 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() 1304 return hd_ringbuf_get(&context->hd_table, idx - NGHTTP2_STATIC_TABLE_LENGTH) in nghttp2_hd_table_get() 1319 return &hd_ringbuf_get(&context->hd_table, in nghttp2_hd_table_get2()
|
Completed in 6 milliseconds