Home
last modified time | relevance | path

Searched refs:nghttp2_hd_deflate_bound (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/examples/
H A Ddeflate.c118 buflen = nghttp2_hd_deflate_bound(deflater, nva, nvlen); in deflate()
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c1223 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 Dnghttp2.h2675 * `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 Dnghttp2.h2670 * `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 Dnghttp2_hd.c1556 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_bound() function
H A Dnghttp2_session.c2259 return nghttp2_hd_deflate_bound(&session->hd_deflater, nva, nvlen) + in session_estimate_headers_payload()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1556 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_bound() function
H A Dnghttp2_session.c2254 return nghttp2_hd_deflate_bound(&session->hd_deflater, nva, nvlen) + in session_estimate_headers_payload()

Completed in 37 milliseconds