Searched defs:rcbuf (Results 1 – 5 of 5) sorted by relevance
71 void nghttp2_rcbuf_del(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_del()75 void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_incref()83 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_decref()95 nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_get_buf()100 int nghttp2_rcbuf_is_static(const nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_is_static()
206 for (auto rcbuf : rcbufs_) { in ~Downstream() local1126 void Downstream::add_rcbuf(nghttp2_rcbuf *rcbuf) { in add_rcbuf()
134 } rcbuf; member
466 auto &rcbuf = header.rcbuf; in ~Stream() local