Home
last modified time | relevance | path

Searched refs:nghttp2_rcbuf_incref (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_rcbuf.c75 void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_incref() function
Dnghttp2_hd.c492 nghttp2_rcbuf_incref(ent->nv.name); in nghttp2_hd_entry_init()
493 nghttp2_rcbuf_incref(ent->nv.value); in nghttp2_hd_entry_init()
1395 nghttp2_rcbuf_incref(hd_nv.name); in deflate_nv()
1808 nghttp2_rcbuf_incref(nv.name); in hd_inflate_commit_indname()
/third_party/nghttp2/lib/
Dnghttp2_rcbuf.c75 void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_incref() function
Dnghttp2_hd.c492 nghttp2_rcbuf_incref(ent->nv.name); in nghttp2_hd_entry_init()
493 nghttp2_rcbuf_incref(ent->nv.value); in nghttp2_hd_entry_init()
1395 nghttp2_rcbuf_incref(hd_nv.name); in deflate_nv()
1808 nghttp2_rcbuf_incref(nv.name); in hd_inflate_commit_indname()
/third_party/nghttp2/src/
DHttpServer.cc1427 nghttp2_rcbuf_incref(value); in on_header_callback2()
1432 nghttp2_rcbuf_incref(value); in on_header_callback2()
1437 nghttp2_rcbuf_incref(value); in on_header_callback2()
1442 nghttp2_rcbuf_incref(value); in on_header_callback2()
1447 nghttp2_rcbuf_incref(value); in on_header_callback2()
1452 nghttp2_rcbuf_incref(value); in on_header_callback2()
1457 nghttp2_rcbuf_incref(value); in on_header_callback2()
Dshrpx_downstream.cc1127 nghttp2_rcbuf_incref(rcbuf); in add_rcbuf()
/third_party/nghttp2/doc/
DMakefile.am79 nghttp2_rcbuf_incref.rst \
DCMakeLists.txt52 nghttp2_rcbuf_incref.rst
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h477 NGHTTP2_EXTERN void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h477 NGHTTP2_EXTERN void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf);
/third_party/node/src/
Dnode_http2.h127 nghttp2_rcbuf_incref(buf); in inc()