Home
last modified time | relevance | path

Searched refs:nghttp2_bufs_init3 (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c238 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 Dnghttp2_buf.h165 * 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 Dnghttp2_buf.c123 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 Dnghttp2_session.c613 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.h165 * 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 Dnghttp2_buf.c123 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 Dnghttp2_session.c608 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new()

Completed in 21 milliseconds