Searched refs:nghttp2_rcbuf_new (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_rcbuf.c | 33 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, in nghttp2_rcbuf_new() function 57 rv = nghttp2_rcbuf_new(rcbuf_ptr, srclen + 1, mem); in nghttp2_rcbuf_new2()
|
H A D | nghttp2_rcbuf.h | 57 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, nghttp2_mem *mem); 60 * Like nghttp2_rcbuf_new(), but initializes the buffer with |src| of
|
H A D | nghttp2_hd.c | 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() 2115 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, inflater->left * 2 + 1, in nghttp2_hd_inflate_hd_nv() 2120 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, inflater->left + 1, mem); in nghttp2_hd_inflate_hd_nv()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_rcbuf.c | 33 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, in nghttp2_rcbuf_new() function 57 rv = nghttp2_rcbuf_new(rcbuf_ptr, srclen + 1, mem); in nghttp2_rcbuf_new2()
|
H A D | nghttp2_rcbuf.h | 57 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, nghttp2_mem *mem); 60 * Like nghttp2_rcbuf_new(), but initializes the buffer with |src| of
|
H A D | nghttp2_hd.c | 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() 2115 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, inflater->left * 2 + 1, in nghttp2_hd_inflate_hd_nv() 2120 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, inflater->left + 1, mem); in nghttp2_hd_inflate_hd_nv()
|
Completed in 7 milliseconds