Searched refs:nghttp2_hd_deflate_init2 (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.h | 304 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater,
|
D | nghttp2_hd.c | 692 return nghttp2_hd_deflate_init2( in nghttp2_hd_deflate_init() 696 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_init2() function 1599 rv = nghttp2_hd_deflate_init2(deflater, deflate_hd_table_bufsize_max, mem); in nghttp2_hd_deflate_new2()
|
D | nghttp2_session.c | 532 rv = nghttp2_hd_deflate_init2(&(*session_ptr)->hd_deflater, in session_new()
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.h | 304 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater,
|
D | libnghttp2_shared.map | 104 nghttp2_hd_deflate_init2;
|
D | nghttp2_hd.c | 692 return nghttp2_hd_deflate_init2( in nghttp2_hd_deflate_init() 696 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_init2() function 1599 rv = nghttp2_hd_deflate_init2(deflater, deflate_hd_table_bufsize_max, mem); in nghttp2_hd_deflate_new2()
|
D | nghttp2_session.c | 532 rv = nghttp2_hd_deflate_init2(&(*session_ptr)->hd_deflater, in session_new()
|
/third_party/nghttp2/tests/ |
D | nghttp2_hd_test.c | 682 nghttp2_hd_deflate_init2(&deflater, 8000, mem); in test_nghttp2_hd_ringbuf_reserve() 824 nghttp2_hd_deflate_init2(&deflater, 8192, mem); in test_nghttp2_hd_change_table_size() 894 nghttp2_hd_deflate_init2(&deflater, 1024, mem); in test_nghttp2_hd_change_table_size() 920 nghttp2_hd_deflate_init2(&deflater, UINT32_MAX, mem); in test_nghttp2_hd_change_table_size() 943 nghttp2_hd_deflate_init2(&deflater, 4096, mem); in test_nghttp2_hd_change_table_size()
|