Searched refs:nghttp2_hd_ringbuf (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 164 } nghttp2_hd_ringbuf; typedef 197 nghttp2_hd_ringbuf hd_table;
|
H A D | nghttp2_hd.c | 593 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init() 608 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get() 614 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve() 639 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) { in hd_ringbuf_free() 653 static int hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_push_front() 669 static void hd_ringbuf_pop_back(nghttp2_hd_ringbuf *ringbuf) { in hd_ringbuf_pop_back()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 164 } nghttp2_hd_ringbuf; typedef 197 nghttp2_hd_ringbuf hd_table;
|
H A D | nghttp2_hd.c | 593 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init() 608 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get() 614 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve() 639 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) { in hd_ringbuf_free() 653 static int hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_push_front() 669 static void hd_ringbuf_pop_back(nghttp2_hd_ringbuf *ringbuf) { in hd_ringbuf_pop_back()
|
Completed in 8 milliseconds