Searched refs:nghttp2_bufs_wrap_init (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 142 nghttp2_bufs is initialized by nghttp2_bufs_wrap_init* family 215 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, 239 * free supplied buffer provided in nghttp2_bufs_wrap_init().
|
H A D | nghttp2_buf.c | 202 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, in nghttp2_bufs_wrap_init() function 237 return nghttp2_bufs_wrap_init(bufs, NULL, 0, mem); in nghttp2_bufs_wrap_init2()
|
H A D | nghttp2_hd.c | 1500 rv = nghttp2_bufs_wrap_init(&bufs, buf, buflen, mem); in nghttp2_hd_deflate_hd()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 142 nghttp2_bufs is initialized by nghttp2_bufs_wrap_init* family 215 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, 239 * free supplied buffer provided in nghttp2_bufs_wrap_init().
|
H A D | nghttp2_buf.c | 202 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, in nghttp2_bufs_wrap_init() function 237 return nghttp2_bufs_wrap_init(bufs, NULL, 0, mem); in nghttp2_bufs_wrap_init2()
|
H A D | nghttp2_hd.c | 1500 rv = nghttp2_bufs_wrap_init(&bufs, buf, buflen, mem); in nghttp2_hd_deflate_hd()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1262 nghttp2_bufs_wrap_init(&bufs, buf, (size_t)blocklen, mem); in test_nghttp2_hd_public_api() 1321 nghttp2_bufs_wrap_init(&bufs, buf, (size_t)blocklen, mem); in test_nghttp2_hd_deflate_hd_vec() 1377 nghttp2_bufs_wrap_init(&bufs, buf, (size_t)blocklen, mem); in test_nghttp2_hd_deflate_hd_vec() 1407 nghttp2_bufs_wrap_init(&bufs, buf, (size_t)blocklen, mem); in test_nghttp2_hd_deflate_hd_vec()
|
Completed in 10 milliseconds