Home
last modified time | relevance | path

Searched refs:nghttp2_hd_deflate_hd (Results 1 – 13 of 13) sorted by relevance

/third_party/nghttp2/doc/sources/
Dtutorial-hpack.rst27 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/
Ddeflate.c121 rv = nghttp2_hd_deflate_hd(deflater, buf, buflen, nva, nvlen); in deflate()
/third_party/nghttp2/lib/
Dlibnghttp2_shared.map100 nghttp2_hd_deflate_hd;
Dnghttp2_hd.c1485 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() function
/third_party/nghttp2/src/
Ddeflatehd.cc118 rv = nghttp2_hd_deflate_hd(deflater, buf.data(), buf.size(), in deflate_hd()
/third_party/nghttp2/python/
Dcnghttp2.pxd303 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
Dnghttp2.pyx116 rv = cnghttp2.nghttp2_hd_deflate_hd(self._deflater, out, outlen,
/third_party/nghttp2/doc/
DMakefile.am40 nghttp2_hd_deflate_hd.rst \
DCMakeLists.txt15 nghttp2_hd_deflate_hd.rst
/third_party/nghttp2/tests/
Dnghttp2_hd_test.c1258 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/
Dnghttp2.h4922 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4964 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c1485 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() function