Searched refs:nghttp2_bufs_init2 (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 158 * This is the same as calling nghttp2_bufs_init2 with the given 168 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length,
|
H A D | nghttp2_buf.c | 118 return nghttp2_bufs_init2(bufs, chunk_length, max_chunk, 0, mem); in nghttp2_bufs_init() 121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 158 * This is the same as calling nghttp2_bufs_init2 with the given 168 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length,
|
H A D | nghttp2_buf.c | 118 return nghttp2_bufs_init2(bufs, chunk_length, max_chunk, 0, mem); in nghttp2_bufs_init() 121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2() function
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 255 return nghttp2_bufs_init2(bufs, 4096, 16, NGHTTP2_FRAME_HDLEN + 1, in frame_pack_bufs_init() 261 nghttp2_bufs_init2(bufs, chunk_size, 16, NGHTTP2_FRAME_HDLEN + 1, in bufs_large_init()
|
Completed in 7 milliseconds