Searched defs:nghttp2_hd_inflater (Results 1 – 4 of 4) sorted by relevance
232 struct nghttp2_hd_inflater { struct233 nghttp2_hd_context ctx;235 nghttp2_hd_huff_decode_context huff_decode_ctx;237 nghttp2_buf namebuf, valuebuf;238 nghttp2_rcbuf *namercbuf, *valuercbuf;241 nghttp2_rcbuf *nv_name_keep, *nv_value_keep;243 size_t left;245 size_t index;248 size_t settings_hd_table_bufsize_max;250 size_t min_hd_table_bufsize_max;[all …]
5336 typedef struct nghttp2_hd_inflater nghttp2_hd_inflater; typedef
5352 typedef struct nghttp2_hd_inflater nghttp2_hd_inflater; typedef