Home
last modified time | relevance | path

Searched refs:nghttp2_hd_deflate_init2 (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.h304 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater,
Dnghttp2_hd.c692 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()
Dnghttp2_session.c532 rv = nghttp2_hd_deflate_init2(&(*session_ptr)->hd_deflater, in session_new()
/third_party/nghttp2/lib/
Dnghttp2_hd.h304 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater,
Dlibnghttp2_shared.map104 nghttp2_hd_deflate_init2;
Dnghttp2_hd.c692 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()
Dnghttp2_session.c532 rv = nghttp2_hd_deflate_init2(&(*session_ptr)->hd_deflater, in session_new()
/third_party/nghttp2/tests/
Dnghttp2_hd_test.c682 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()