Home
last modified time | relevance | path

Searched refs:nghttp2_vec (Results 1 - 12 of 12) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_rcbuf.c95 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 Dnghttp2_buf.h234 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec,
H A Dnghttp2_buf.c229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
H A Dnghttp2_hd.c1524 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_rcbuf.c95 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 Dnghttp2_buf.h234 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec,
H A Dnghttp2_buf.c229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
H A Dnghttp2_hd.c1524 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h465 } 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 Dnghttp2.h460 } 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 Dnode_http2.h124 typedef nghttp2_vec vector_t;
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c1297 nghttp2_vec vec[256]; in test_nghttp2_hd_deflate_hd_vec()

Completed in 37 milliseconds