Searched refs:nghttp2_bufs_init3 (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_buf_test.c | 238 rv = nghttp2_bufs_init3(&bufs, 250, 3, 1, offset, mem); in test_nghttp2_bufs_reset() 327 rv = nghttp2_bufs_init3(&bufs, 266, 3, 1, 10, mem); in test_nghttp2_bufs_realloc()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 165 * This is the same as calling nghttp2_bufs_init3 with the given 190 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length,
|
H A D | nghttp2_buf.c | 123 return nghttp2_bufs_init3(bufs, chunk_length, max_chunk, max_chunk, offset, in nghttp2_bufs_init2() 127 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init3() function
|
H A D | nghttp2_session.c | 613 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 165 * This is the same as calling nghttp2_bufs_init3 with the given 190 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length,
|
H A D | nghttp2_buf.c | 123 return nghttp2_bufs_init3(bufs, chunk_length, max_chunk, max_chunk, offset, in nghttp2_bufs_init2() 127 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init3() function
|
H A D | nghttp2_session.c | 608 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new()
|
Completed in 21 milliseconds