Lines Matching defs:inflater
74 static void to_json(nghttp2_hd_inflater *inflater, json_t *headers,
81 nghttp2_hd_inflate_get_max_dynamic_table_size(inflater);
88 dump_inflate_header_table(inflater));
95 static int inflate_hd(json_t *obj, nghttp2_hd_inflater *inflater, int seq) {
100 nghttp2_hd_inflate_get_max_dynamic_table_size(inflater);
123 rv = nghttp2_hd_inflate_change_table_size(inflater,
150 rv = nghttp2_hd_inflate_hd(inflater, &nv, &inflate_flags, p, buflen, 1);
166 nghttp2_hd_inflate_end_headers(inflater);
167 to_json(inflater, headers, wire, seq, old_settings_table_size);
174 nghttp2_hd_inflater *inflater = nullptr;
196 nghttp2_hd_inflate_new(&inflater);
206 if (inflate_hd(obj, inflater, i) != 0) {
214 nghttp2_hd_inflate_del(inflater);