Home
last modified time | relevance | path

Searched refs:namercbuf (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.c745 inflater->namercbuf = NULL; in nghttp2_hd_inflate_init()
777 nghttp2_rcbuf_decref(inflater->namercbuf); in nghttp2_hd_inflate_free()
1767 nv.name = inflater->namercbuf; in hd_inflate_commit_newname()
1769 nv.token = lookup_token(inflater->namercbuf->base, inflater->namercbuf->len); in hd_inflate_commit_newname()
1784 inflater->namercbuf = NULL; in hd_inflate_commit_newname()
2030 rv = nghttp2_rcbuf_new(&inflater->namercbuf, inflater->left * 2 + 1, in nghttp2_hd_inflate_hd_nv()
2034 rv = nghttp2_rcbuf_new(&inflater->namercbuf, inflater->left + 1, mem); in nghttp2_hd_inflate_hd_nv()
2041 nghttp2_buf_wrap_init(&inflater->namebuf, inflater->namercbuf->base, in nghttp2_hd_inflate_hd_nv()
2042 inflater->namercbuf in nghttp2_hd_inflate_hd_nv()
[all...]
H A Dnghttp2_hd.h238 nghttp2_rcbuf *namercbuf, *valuercbuf; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c745 inflater->namercbuf = NULL; in nghttp2_hd_inflate_init()
777 nghttp2_rcbuf_decref(inflater->namercbuf); in nghttp2_hd_inflate_free()
1767 nv.name = inflater->namercbuf; in hd_inflate_commit_newname()
1769 nv.token = lookup_token(inflater->namercbuf->base, inflater->namercbuf->len); in hd_inflate_commit_newname()
1784 inflater->namercbuf = NULL; in hd_inflate_commit_newname()
2030 rv = nghttp2_rcbuf_new(&inflater->namercbuf, inflater->left * 2 + 1, in nghttp2_hd_inflate_hd_nv()
2034 rv = nghttp2_rcbuf_new(&inflater->namercbuf, inflater->left + 1, mem); in nghttp2_hd_inflate_hd_nv()
2041 nghttp2_buf_wrap_init(&inflater->namebuf, inflater->namercbuf->base, in nghttp2_hd_inflate_hd_nv()
2042 inflater->namercbuf in nghttp2_hd_inflate_hd_nv()
[all...]
H A Dnghttp2_hd.h238 nghttp2_rcbuf *namercbuf, *valuercbuf; member

Completed in 7 milliseconds