Searched refs:nghttp2_hd_deflate_hd (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/examples/ |
H A D | deflate.c | 121 rv = nghttp2_hd_deflate_hd(deflater, buf, buflen, nva, nvlen); in deflate() 124 fprintf(stderr, "nghttp2_hd_deflate_hd() failed with error: %s\n", in deflate()
|
/third_party/nghttp2/src/ |
H A D | deflatehd.cc | 119 rv = nghttp2_hd_deflate_hd(deflater, buf.data(), buf.size(), in deflate_hd()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5254 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5238 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1258 blocklen = nghttp2_hd_deflate_hd(deflater, buf, buflen, nva, ARRLEN(nva)); in test_nghttp2_hd_public_api() 1275 blocklen = nghttp2_hd_deflate_hd(deflater, buf, (size_t)(blocklen - 1), nva, in test_nghttp2_hd_public_api()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1491 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1491 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() function
|
Completed in 19 milliseconds