Searched refs:in_final (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/doc/sources/ |
D | tutorial-hpack.rst | 86 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/ |
D | nghttp2_hd.c | 1832 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()
|
D | nghttp2_hd.h | 361 const uint8_t *in, size_t inlen, int in_final);
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.c | 1832 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()
|
D | nghttp2_hd.h | 361 const uint8_t *in, size_t inlen, int in_final);
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 5195 size_t inlen, int in_final); 5282 int in_final);
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 5239 size_t inlen, int in_final); 5328 int in_final);
|
/third_party/nghttp2/python/ |
D | cnghttp2.pxd | 320 int in_final)
|