Lines Matching refs:nghttp2_hd_inflater

725 int nghttp2_hd_inflate_init(nghttp2_hd_inflater *inflater, nghttp2_mem *mem) {
761 static void hd_inflate_keep_free(nghttp2_hd_inflater *inflater) {
773 void nghttp2_hd_inflate_free(nghttp2_hd_inflater *inflater) {
1262 nghttp2_hd_inflater *inflater, size_t settings_max_dynamic_table_size) {
1628 static void hd_inflate_set_huffman_encoded(nghttp2_hd_inflater *inflater,
1646 static ssize_t hd_inflate_read_len(nghttp2_hd_inflater *inflater, int *rfin,
1687 static ssize_t hd_inflate_read_huff(nghttp2_hd_inflater *inflater,
1724 static ssize_t hd_inflate_read(nghttp2_hd_inflater *inflater, nghttp2_buf *buf,
1738 static void hd_inflate_commit_indexed(nghttp2_hd_inflater *inflater,
1756 static int hd_inflate_commit_newname(nghttp2_hd_inflater *inflater,
1801 static int hd_inflate_commit_indname(nghttp2_hd_inflater *inflater,
1836 ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_inflater *inflater, nghttp2_nv *nv_out,
1843 ssize_t nghttp2_hd_inflate_hd2(nghttp2_hd_inflater *inflater,
1869 ssize_t nghttp2_hd_inflate_hd_nv(nghttp2_hd_inflater *inflater,
2238 int nghttp2_hd_inflate_end_headers(nghttp2_hd_inflater *inflater) {
2244 int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr) {
2248 int nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr,
2251 nghttp2_hd_inflater *inflater;
2257 inflater = nghttp2_mem_malloc(mem, sizeof(nghttp2_hd_inflater));
2276 void nghttp2_hd_inflate_del(nghttp2_hd_inflater *inflater) {
2340 size_t nghttp2_hd_inflate_get_num_table_entries(nghttp2_hd_inflater *inflater) {
2345 nghttp2_hd_inflate_get_table_entry(nghttp2_hd_inflater *inflater, size_t idx) {
2350 nghttp2_hd_inflate_get_dynamic_table_size(nghttp2_hd_inflater *inflater) {
2355 nghttp2_hd_inflate_get_max_dynamic_table_size(nghttp2_hd_inflater *inflater) {