Home
last modified time | relevance | path

Searched defs:ringbuf (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c593 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/nghttp2/lib/
Dnghttp2_hd.c593 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/rust/crates/memchr/bench/data/code/
Drust-library.rs11852 let ringbuf: VecDeque<_> = (0..10).collect(); localVariable
11855 let ringbuf: VecDeque<_> = vec!["just", "one", "test", "more"].iter().cloned().collect(); localVariable