Searched refs:nghttp2_buf_init2 (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 90 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem);
|
H A D | nghttp2_buf.c | 40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2() function 102 rv = nghttp2_buf_init2(&(*chain)->buf, chunk_length, mem); in buf_chain_new()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 90 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem);
|
H A D | nghttp2_buf.c | 40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2() function 102 rv = nghttp2_buf_init2(&(*chain)->buf, chunk_length, mem); in buf_chain_new()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 2360 nghttp2_buf_init2(&ud.scratchbuf, 4096, mem); in test_nghttp2_session_recv_extension() 2361 nghttp2_buf_init2(&buf, 4096, mem); in test_nghttp2_session_recv_extension() 2433 nghttp2_buf_init2(&buf, NGHTTP2_FRAME_HDLEN + NGHTTP2_MAX_FRAME_SIZE_MIN, in test_nghttp2_session_recv_altsvc() 6647 nghttp2_buf_init2(&ud.scratchbuf, 4096, mem); in test_nghttp2_submit_extension()
|
Completed in 17 milliseconds