Lines Matching defs:inflater
41 nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva,
44 static int inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in,
50 nghttp2_hd_inflater *inflater;
72 rv = nghttp2_hd_inflate_new(&inflater);
81 deflate(deflater, inflater, nva1, sizeof(nva1) / sizeof(nva1[0]));
85 deflate(deflater, inflater, nva2, sizeof(nva2) / sizeof(nva2[0]));
87 nghttp2_hd_inflate_del(inflater);
94 nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva,
153 rv = inflate_header_block(inflater, buf, outlen, 1);
167 int inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in,
176 rv = nghttp2_hd_inflate_hd(inflater, &nv, &inflate_flags, in, inlen, final);
196 nghttp2_hd_inflate_end_headers(inflater);