Lines Matching defs:nghttp2_hd_inflater
230 struct nghttp2_hd_inflater { struct
231 nghttp2_hd_context ctx;
233 nghttp2_hd_huff_decode_context huff_decode_ctx;
235 nghttp2_buf namebuf, valuebuf;
236 nghttp2_rcbuf *namercbuf, *valuercbuf;
239 nghttp2_rcbuf *nv_name_keep, *nv_value_keep;
241 size_t left;
243 size_t index;
246 size_t settings_hd_table_bufsize_max;
248 size_t min_hd_table_bufsize_max;
250 size_t shift;
251 nghttp2_hd_opcode opcode;
252 nghttp2_hd_inflate_state state;
254 uint8_t huffman_encoded;
256 uint8_t index_required;
259 uint8_t no_index;