Searched refs:nghttp2_vec (Results 1 - 12 of 12) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_rcbuf.c | 95 nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_get_buf() 96 nghttp2_vec res = {rcbuf->base, rcbuf->len}; in nghttp2_rcbuf_get_buf()
|
H A D | nghttp2_buf.h | 234 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec,
|
H A D | nghttp2_buf.c | 229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
|
H A D | nghttp2_hd.c | 1524 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_rcbuf.c | 95 nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf) { in nghttp2_rcbuf_get_buf() 96 nghttp2_vec res = {rcbuf->base, rcbuf->len}; in nghttp2_rcbuf_get_buf()
|
H A D | nghttp2_buf.h | 234 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec,
|
H A D | nghttp2_buf.c | 229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
|
H A D | nghttp2_hd.c | 1524 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 465 } nghttp2_vec; typedef 498 NGHTTP2_EXTERN nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf); 5264 * must be set in len field of :type:`nghttp2_vec`. If and only if 5288 const nghttp2_vec *vec,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 460 } nghttp2_vec; typedef 493 NGHTTP2_EXTERN nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf); 5248 * must be set in len field of :type:`nghttp2_vec`. If and only if 5272 const nghttp2_vec *vec,
|
/third_party/node/src/ |
H A D | node_http2.h | 124 typedef nghttp2_vec vector_t;
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1297 nghttp2_vec vec[256]; in test_nghttp2_hd_deflate_hd_vec()
|
Completed in 37 milliseconds