Lines Matching refs:nghttp2_hd_deflater
702 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) in nghttp2_hd_deflate_init()
708 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_init2()
780 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater) in nghttp2_hd_deflate_free()
1274 int nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_change_table_size()
1360 static int hd_deflate_decide_indexing(nghttp2_hd_deflater *deflater, in hd_deflate_decide_indexing()
1376 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1475 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_bufs()
1526 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd()
1558 ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_vec()
1592 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_bound()
1620 int nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new()
1627 int nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new2()
1632 nghttp2_hd_deflater *deflater; in nghttp2_hd_deflate_new2()
1638 deflater = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_deflater)); in nghttp2_hd_deflate_new2()
1657 void nghttp2_hd_deflate_del(nghttp2_hd_deflater *deflater) in nghttp2_hd_deflate_del()
2385 size_t nghttp2_hd_deflate_get_num_table_entries(nghttp2_hd_deflater *deflater) in nghttp2_hd_deflate_get_num_table_entries()
2391 nghttp2_hd_deflater *deflater, size_t idx) in nghttp2_hd_deflate_get_table_entry()
2396 size_t nghttp2_hd_deflate_get_dynamic_table_size(nghttp2_hd_deflater *deflater) in nghttp2_hd_deflate_get_dynamic_table_size()
2402 nghttp2_hd_deflater *deflater) in nghttp2_hd_deflate_get_max_dynamic_table_size()