Searched defs:rcbuf (Results 1 – 6 of 6) 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()
77 void nghttp3_rcbuf_del(nghttp3_rcbuf *rcbuf) { in nghttp3_rcbuf_del()81 void nghttp3_rcbuf_incref(nghttp3_rcbuf *rcbuf) { in nghttp3_rcbuf_incref()89 void nghttp3_rcbuf_decref(nghttp3_rcbuf *rcbuf) { in nghttp3_rcbuf_decref()101 nghttp3_vec nghttp3_rcbuf_get_buf(const nghttp3_rcbuf *rcbuf) { in nghttp3_rcbuf_get_buf()106 int nghttp3_rcbuf_is_static(const nghttp3_rcbuf *rcbuf) { in nghttp3_rcbuf_is_static()
211 for (auto rcbuf : rcbufs3_) { in ~Downstream() local216 for (auto rcbuf : rcbufs_) { in ~Downstream() local1132 void Downstream::add_rcbuf(nghttp2_rcbuf *rcbuf) { in add_rcbuf()1138 void Downstream::add_rcbuf(nghttp3_rcbuf *rcbuf) { in add_rcbuf()
137 } rcbuf; member
477 auto &rcbuf = header.rcbuf; in ~Stream() local