Home
last modified time | relevance | path

Searched refs:nghttp2_bufs_init2 (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_buf.h158 * 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 Dnghttp2_buf.c118 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 Dnghttp2_buf.h158 * 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 Dnghttp2_buf.c118 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 Dnghttp2_test_helper.c255 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 4 milliseconds