Searched refs:nghttp2_hd_deflate_change_table_size (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 686 nghttp2_hd_deflate_change_table_size(&deflater, 8000); in test_nghttp2_hd_ringbuf_reserve() 733 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, 8000)); in test_nghttp2_hd_change_table_size() 761 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, 1024)); in test_nghttp2_hd_change_table_size() 788 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, 0)); in test_nghttp2_hd_change_table_size() 829 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, 8000)); in test_nghttp2_hd_change_table_size() 854 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, 16383)); in test_nghttp2_hd_change_table_size() 924 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, UINT32_MAX)); in test_nghttp2_hd_change_table_size() 948 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, 0)); in test_nghttp2_hd_change_table_size() 949 CU_ASSERT(0 == nghttp2_hd_deflate_change_table_size(&deflater, 3000)); in test_nghttp2_hd_change_table_size()
|
/third_party/nghttp2/src/ |
H A D | deflatehd.cc | 186 nghttp2_hd_deflate_change_table_size(deflater, config.table_size); in init_deflater()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5224 nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5208 nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater,
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1245 int nghttp2_hd_deflate_change_table_size( in nghttp2_hd_deflate_change_table_size() function
|
H A D | nghttp2_session.c | 4786 rv = nghttp2_hd_deflate_change_table_size(&session->hd_deflater, in nghttp2_session_on_settings_received()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1245 int nghttp2_hd_deflate_change_table_size( in nghttp2_hd_deflate_change_table_size() function
|
H A D | nghttp2_session.c | 4781 rv = nghttp2_hd_deflate_change_table_size(&session->hd_deflater, in nghttp2_session_on_settings_received()
|
Completed in 35 milliseconds