Home
last modified time | relevance | path

Searched refs:in_final (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/doc/sources/
Dtutorial-hpack.rst86 int in_final);
98 *in_final* is nonzero, it tells the function that the passed data is
113 If *in_final* is nonzero and all given data was processed, the
118 If *in_final* is zero and the :macro:`NGHTTP2_HD_INFLATE_EMIT` flag is
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c1832 int in_final) { in nghttp2_hd_inflate_hd() argument
1834 in_final); in nghttp2_hd_inflate_hd()
1839 const uint8_t *in, size_t inlen, int in_final) { in nghttp2_hd_inflate_hd2() argument
1844 in_final); in nghttp2_hd_inflate_hd2()
1866 int in_final) { in nghttp2_hd_inflate_hd_nv() argument
2201 if (in_final) { in nghttp2_hd_inflate_hd_nv()
2216 if (in_final) { in nghttp2_hd_inflate_hd_nv()
Dnghttp2_hd.h361 const uint8_t *in, size_t inlen, int in_final);
/third_party/nghttp2/lib/
Dnghttp2_hd.c1832 int in_final) { in nghttp2_hd_inflate_hd() argument
1834 in_final); in nghttp2_hd_inflate_hd()
1839 const uint8_t *in, size_t inlen, int in_final) { in nghttp2_hd_inflate_hd2() argument
1844 in_final); in nghttp2_hd_inflate_hd2()
1866 int in_final) { in nghttp2_hd_inflate_hd_nv() argument
2201 if (in_final) { in nghttp2_hd_inflate_hd_nv()
2216 if (in_final) { in nghttp2_hd_inflate_hd_nv()
Dnghttp2_hd.h361 const uint8_t *in, size_t inlen, int in_final);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5195 size_t inlen, int in_final);
5282 int in_final);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5239 size_t inlen, int in_final);
5328 int in_final);
/third_party/nghttp2/python/
Dcnghttp2.pxd320 int in_final)