Searched refs:nghttp2_hd_deflate_bound (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/examples/ |
H A D | deflate.c | 118 buflen = nghttp2_hd_deflate_bound(deflater, nva, nvlen); in deflate()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1223 bound = nghttp2_hd_deflate_bound(&deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_bound() 1233 bound2 = nghttp2_hd_deflate_bound(&deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_bound() 1256 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_public_api() 1310 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec() 1366 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec() 1394 buflen = nghttp2_hd_deflate_bound(deflater, nva, ARRLEN(nva)); in test_nghttp2_hd_deflate_hd_vec()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 2675 * `nghttp2_hd_deflate_bound()`. The default value is 64KiB. If 5236 * should use `nghttp2_hd_deflate_bound()` to know the upper bound of 5269 * should use `nghttp2_hd_deflate_bound()` to know the upper bound of 5299 NGHTTP2_EXTERN size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 2670 * `nghttp2_hd_deflate_bound()`. The default value is 64KiB. If 5220 * should use `nghttp2_hd_deflate_bound()` to know the upper bound of 5253 * should use `nghttp2_hd_deflate_bound()` to know the upper bound of 5283 NGHTTP2_EXTERN size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater,
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1556 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_bound() function
|
H A D | nghttp2_session.c | 2259 return nghttp2_hd_deflate_bound(&session->hd_deflater, nva, nvlen) + in session_estimate_headers_payload()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1556 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_bound() function
|
H A D | nghttp2_session.c | 2254 return nghttp2_hd_deflate_bound(&session->hd_deflater, nva, nvlen) + in session_estimate_headers_payload()
|
Completed in 37 milliseconds