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