Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_rcbuf.c83 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_decref() function
H A Dnghttp2_hd.c502 nghttp2_rcbuf_decref(ent->nv.value); in nghttp2_hd_entry_free()
503 nghttp2_rcbuf_decref(ent->nv.name); in nghttp2_hd_entry_free()
762 nghttp2_rcbuf_decref(inflater->nv_value_keep); in hd_inflate_keep_free()
763 nghttp2_rcbuf_decref(inflater->nv_name_keep); in hd_inflate_keep_free()
776 nghttp2_rcbuf_decref(inflater->valuercbuf); in nghttp2_hd_inflate_free()
777 nghttp2_rcbuf_decref(inflater->namercbuf); in nghttp2_hd_inflate_free()
1412 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1421 nghttp2_rcbuf_decref(hd_nv.value); in deflate_nv()
1422 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1821 nghttp2_rcbuf_decref(n in hd_inflate_commit_indname()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_rcbuf.c83 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_decref() function
H A Dnghttp2_hd.c502 nghttp2_rcbuf_decref(ent->nv.value); in nghttp2_hd_entry_free()
503 nghttp2_rcbuf_decref(ent->nv.name); in nghttp2_hd_entry_free()
762 nghttp2_rcbuf_decref(inflater->nv_value_keep); in hd_inflate_keep_free()
763 nghttp2_rcbuf_decref(inflater->nv_name_keep); in hd_inflate_keep_free()
776 nghttp2_rcbuf_decref(inflater->valuercbuf); in nghttp2_hd_inflate_free()
777 nghttp2_rcbuf_decref(inflater->namercbuf); in nghttp2_hd_inflate_free()
1412 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1421 nghttp2_rcbuf_decref(hd_nv.value); in deflate_nv()
1422 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1821 nghttp2_rcbuf_decref(n in hd_inflate_commit_indname()
[all...]
/third_party/nghttp2/src/
H A DHttpServer.cc478 nghttp2_rcbuf_decref(rcbuf.method); in ~Stream()
479 nghttp2_rcbuf_decref(rcbuf.scheme); in ~Stream()
480 nghttp2_rcbuf_decref(rcbuf.authority); in ~Stream()
481 nghttp2_rcbuf_decref(rcbuf.host); in ~Stream()
482 nghttp2_rcbuf_decref(rcbuf.path); in ~Stream()
483 nghttp2_rcbuf_decref(rcbuf.ims); in ~Stream()
484 nghttp2_rcbuf_decref(rcbuf.expect); in ~Stream()
H A Dshrpx_downstream.cc217 nghttp2_rcbuf_decref(rcbuf); in ~Downstream()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h491 NGHTTP2_EXTERN void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf);
1799 * `nghttp2_rcbuf_decref()` if they called `nghttp2_rcbuf_incref()` so
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h486 NGHTTP2_EXTERN void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf);
1794 * `nghttp2_rcbuf_decref()` if they called `nghttp2_rcbuf_incref()` so
/third_party/node/src/
H A Dnode_http2.h132 nghttp2_rcbuf_decref(buf); in dec()

Completed in 24 milliseconds