Home
last modified time | relevance | path

Searched defs:rcbuf (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_rcbuf.c71 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()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_rcbuf.c71 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()
/third_party/nghttp2/src/
Dshrpx_downstream.cc206 for (auto rcbuf : rcbufs_) { in ~Downstream() local
1126 void Downstream::add_rcbuf(nghttp2_rcbuf *rcbuf) { in add_rcbuf()
DHttpServer.h134 } rcbuf; member
DHttpServer.cc466 auto &rcbuf = header.rcbuf; in ~Stream() local