Home
last modified time | relevance | path

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

/third_party/node/deps/nghttp2/lib/
Dnghttp2_rcbuf.c83 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_decref() function
Dnghttp2_hd.c497 nghttp2_rcbuf_decref(ent->nv.value); in nghttp2_hd_entry_free()
498 nghttp2_rcbuf_decref(ent->nv.name); in nghttp2_hd_entry_free()
757 nghttp2_rcbuf_decref(inflater->nv_value_keep); in hd_inflate_keep_free()
758 nghttp2_rcbuf_decref(inflater->nv_name_keep); in hd_inflate_keep_free()
771 nghttp2_rcbuf_decref(inflater->valuercbuf); in nghttp2_hd_inflate_free()
772 nghttp2_rcbuf_decref(inflater->namercbuf); in nghttp2_hd_inflate_free()
1406 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1415 nghttp2_rcbuf_decref(hd_nv.value); in deflate_nv()
1416 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1815 nghttp2_rcbuf_decref(nv.name); in hd_inflate_commit_indname()
/third_party/nghttp2/lib/
Dnghttp2_rcbuf.c83 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_decref() function
Dnghttp2_hd.c497 nghttp2_rcbuf_decref(ent->nv.value); in nghttp2_hd_entry_free()
498 nghttp2_rcbuf_decref(ent->nv.name); in nghttp2_hd_entry_free()
757 nghttp2_rcbuf_decref(inflater->nv_value_keep); in hd_inflate_keep_free()
758 nghttp2_rcbuf_decref(inflater->nv_name_keep); in hd_inflate_keep_free()
771 nghttp2_rcbuf_decref(inflater->valuercbuf); in nghttp2_hd_inflate_free()
772 nghttp2_rcbuf_decref(inflater->namercbuf); in nghttp2_hd_inflate_free()
1406 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1415 nghttp2_rcbuf_decref(hd_nv.value); in deflate_nv()
1416 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1815 nghttp2_rcbuf_decref(nv.name); in hd_inflate_commit_indname()
/third_party/nghttp2/src/
DHttpServer.cc467 nghttp2_rcbuf_decref(rcbuf.method); in ~Stream()
468 nghttp2_rcbuf_decref(rcbuf.scheme); in ~Stream()
469 nghttp2_rcbuf_decref(rcbuf.authority); in ~Stream()
470 nghttp2_rcbuf_decref(rcbuf.host); in ~Stream()
471 nghttp2_rcbuf_decref(rcbuf.path); in ~Stream()
472 nghttp2_rcbuf_decref(rcbuf.ims); in ~Stream()
473 nghttp2_rcbuf_decref(rcbuf.expect); in ~Stream()
Dshrpx_downstream.cc207 nghttp2_rcbuf_decref(rcbuf); in ~Downstream()
/third_party/nghttp2/doc/
DMakefile.am77 nghttp2_rcbuf_decref.rst \
DCMakeLists.txt50 nghttp2_rcbuf_decref.rst
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h486 NGHTTP2_EXTERN void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h486 NGHTTP2_EXTERN void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf);
/third_party/node/src/
Dnode_http2.h131 nghttp2_rcbuf_decref(buf); in dec()