Searched refs:nghttp2_hd_deflate_new (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1253 CU_ASSERT(0 == nghttp2_hd_deflate_new(&deflater, 4096)); in test_nghttp2_hd_public_api() 1273 CU_ASSERT(0 == nghttp2_hd_deflate_new(&deflater, 4096)); in test_nghttp2_hd_public_api() 1307 nghttp2_hd_deflate_new(&deflater, 4096); in test_nghttp2_hd_deflate_hd_vec() 1336 nghttp2_hd_deflate_new(&deflater, 4096); in test_nghttp2_hd_deflate_hd_vec() 1352 nghttp2_hd_deflate_new(&deflater, 4096); in test_nghttp2_hd_deflate_hd_vec() 1363 nghttp2_hd_deflate_new(&deflater, 4096); in test_nghttp2_hd_deflate_hd_vec() 1391 nghttp2_hd_deflate_new(&deflater, 4096); in test_nghttp2_hd_deflate_hd_vec()
|
/third_party/nghttp2/examples/ |
H A D | deflate.c | 64 rv = nghttp2_hd_deflate_new(&deflater, 4096); in main()
|
/third_party/nghttp2/src/ |
H A D | deflatehd.cc | 184 nghttp2_hd_deflate_new(&deflater, config.deflate_table_size); in init_deflater()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5170 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, 5176 * Like `nghttp2_hd_deflate_new()`, but with additional custom memory 5180 * `nghttp2_hd_deflate_new()`. 5212 * `nghttp2_hd_deflate_new()`. Therefore, if
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5154 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, 5160 * Like `nghttp2_hd_deflate_new()`, but with additional custom memory 5164 * `nghttp2_hd_deflate_new()`. 5196 * `nghttp2_hd_deflate_new()`. Therefore, if
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1583 int nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1583 int nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new() function
|
Completed in 20 milliseconds