Home
last modified time | relevance | path

Searched refs:nghttp2_rcbuf_incref (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_rcbuf.c75 void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_incref() function
H A Dnghttp2_hd.c497 nghttp2_rcbuf_incref(ent->nv.name); in nghttp2_hd_entry_init()
498 nghttp2_rcbuf_incref(ent->nv.value); in nghttp2_hd_entry_init()
1401 nghttp2_rcbuf_incref(hd_nv.name); in deflate_nv()
1814 nghttp2_rcbuf_incref(nv.name); in hd_inflate_commit_indname()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_rcbuf.c75 void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_incref() function
H A Dnghttp2_hd.c497 nghttp2_rcbuf_incref(ent->nv.name); in nghttp2_hd_entry_init()
498 nghttp2_rcbuf_incref(ent->nv.value); in nghttp2_hd_entry_init()
1401 nghttp2_rcbuf_incref(hd_nv.name); in deflate_nv()
1814 nghttp2_rcbuf_incref(nv.name); in hd_inflate_commit_indname()
/third_party/nghttp2/src/
H A DHttpServer.cc1444 nghttp2_rcbuf_incref(value); in on_header_callback2()
1449 nghttp2_rcbuf_incref(value); in on_header_callback2()
1454 nghttp2_rcbuf_incref(value); in on_header_callback2()
1459 nghttp2_rcbuf_incref(value); in on_header_callback2()
1464 nghttp2_rcbuf_incref(value); in on_header_callback2()
1469 nghttp2_rcbuf_incref(value); in on_header_callback2()
1474 nghttp2_rcbuf_incref(value); in on_header_callback2()
H A Dshrpx_downstream.cc1133 nghttp2_rcbuf_incref(rcbuf); in add_rcbuf()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h482 NGHTTP2_EXTERN void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf);
1797 * copying them, use `nghttp2_rcbuf_incref()` to increment their
1799 * `nghttp2_rcbuf_decref()` if they called `nghttp2_rcbuf_incref()` so
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h477 NGHTTP2_EXTERN void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf);
1792 * copying them, use `nghttp2_rcbuf_incref()` to increment their
1794 * `nghttp2_rcbuf_decref()` if they called `nghttp2_rcbuf_incref()` so
/third_party/node/src/
H A Dnode_http2.h128 nghttp2_rcbuf_incref(buf); in inc()

Completed in 24 milliseconds