Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.h162 } nghttp2_hd_ringbuf; typedef
195 nghttp2_hd_ringbuf hd_table;
A Dnghttp2_hd.c591 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, size_t idx) in hd_ringbuf_get()
614 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve()
640 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) in hd_ringbuf_free()
655 static int hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_push_front()
672 static void hd_ringbuf_pop_back(nghttp2_hd_ringbuf *ringbuf) in hd_ringbuf_pop_back()

Completed in 7 milliseconds