Searched refs:nghttp2_rcbuf_decref (Results 1 – 11 of 11) sorted by relevance
83 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_decref() function
497 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()
467 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()
207 nghttp2_rcbuf_decref(rcbuf); in ~Downstream()
77 nghttp2_rcbuf_decref.rst \
50 nghttp2_rcbuf_decref.rst
486 NGHTTP2_EXTERN void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf);
131 nghttp2_rcbuf_decref(buf); in dec()