Searched refs:nghttp2_hd_deflate_hd (Results 1 – 13 of 13) sorted by relevance
/third_party/nghttp2/doc/sources/ |
D | tutorial-hpack.rst | 27 To encode header fields, use the `nghttp2_hd_deflate_hd()` function:: 29 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, 47 `nghttp2_hd_deflate_hd()` processes all headers given in *nva*. The 58 *nvlen*) which will be passed to `nghttp2_hd_deflate_hd()`. 60 Subsequent calls to `nghttp2_hd_deflate_hd()` will use the current 64 If `nghttp2_hd_deflate_hd()` fails, the failure is fatal and any
|
/third_party/nghttp2/examples/ |
D | deflate.c | 121 rv = nghttp2_hd_deflate_hd(deflater, buf, buflen, nva, nvlen); in deflate()
|
/third_party/nghttp2/lib/ |
D | libnghttp2_shared.map | 100 nghttp2_hd_deflate_hd;
|
D | nghttp2_hd.c | 1485 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() function
|
/third_party/nghttp2/src/ |
D | deflatehd.cc | 118 rv = nghttp2_hd_deflate_hd(deflater, buf.data(), buf.size(), in deflate_hd()
|
/third_party/nghttp2/python/ |
D | cnghttp2.pxd | 303 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
|
D | nghttp2.pyx | 116 rv = cnghttp2.nghttp2_hd_deflate_hd(self._deflater, out, outlen,
|
/third_party/nghttp2/doc/ |
D | Makefile.am | 40 nghttp2_hd_deflate_hd.rst \
|
D | CMakeLists.txt | 15 nghttp2_hd_deflate_hd.rst
|
/third_party/nghttp2/tests/ |
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/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 4922 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 4964 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.c | 1485 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() function
|