• Home
  • Raw
  • Download

Lines Matching defs:inflater

720 int nghttp2_hd_inflate_init(nghttp2_hd_inflater *inflater, nghttp2_mem *mem) {  in nghttp2_hd_inflate_init()
756 static void hd_inflate_keep_free(nghttp2_hd_inflater *inflater) { in hd_inflate_keep_free()
768 void nghttp2_hd_inflate_free(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_free()
1257 nghttp2_hd_inflater *inflater, size_t settings_max_dynamic_table_size) { in nghttp2_hd_inflate_change_table_size()
1622 static void hd_inflate_set_huffman_encoded(nghttp2_hd_inflater *inflater, in hd_inflate_set_huffman_encoded()
1640 static ssize_t hd_inflate_read_len(nghttp2_hd_inflater *inflater, int *rfin, in hd_inflate_read_len()
1681 static ssize_t hd_inflate_read_huff(nghttp2_hd_inflater *inflater, in hd_inflate_read_huff()
1718 static ssize_t hd_inflate_read(nghttp2_hd_inflater *inflater, nghttp2_buf *buf, in hd_inflate_read()
1732 static void hd_inflate_commit_indexed(nghttp2_hd_inflater *inflater, in hd_inflate_commit_indexed()
1750 static int hd_inflate_commit_newname(nghttp2_hd_inflater *inflater, in hd_inflate_commit_newname()
1795 static int hd_inflate_commit_indname(nghttp2_hd_inflater *inflater, in hd_inflate_commit_indname()
1830 ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_inflater *inflater, nghttp2_nv *nv_out, in nghttp2_hd_inflate_hd()
1837 ssize_t nghttp2_hd_inflate_hd2(nghttp2_hd_inflater *inflater, in nghttp2_hd_inflate_hd2()
1863 ssize_t nghttp2_hd_inflate_hd_nv(nghttp2_hd_inflater *inflater, in nghttp2_hd_inflate_hd_nv()
2232 int nghttp2_hd_inflate_end_headers(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_end_headers()
2245 nghttp2_hd_inflater *inflater; in nghttp2_hd_inflate_new2() local
2270 void nghttp2_hd_inflate_del(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_del()
2334 size_t nghttp2_hd_inflate_get_num_table_entries(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_get_num_table_entries()
2339 nghttp2_hd_inflate_get_table_entry(nghttp2_hd_inflater *inflater, size_t idx) { in nghttp2_hd_inflate_get_table_entry()
2344 nghttp2_hd_inflate_get_dynamic_table_size(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_get_dynamic_table_size()
2349 nghttp2_hd_inflate_get_max_dynamic_table_size(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_get_max_dynamic_table_size()