Searched refs:nghttp2_hd_inflater_ex (Results 1 – 2 of 2) sorted by relevance
180 struct nghttp2_hd_inflater_ex struct185 nghttp2_hd_inflater_ex() in nghttp2_hd_inflater_ex() argument205 nghttp2_hd_inflater_ex(const nghttp2_hd_inflater_ex&) = delete; argument206 nghttp2_hd_inflater_ex& operator=(const nghttp2_hd_inflater_ex&) = delete;207 nghttp2_hd_inflater_ex& operator=(nghttp2_hd_inflater_ex&&) = delete;208 nghttp2_hd_inflater_ex(nghttp2_hd_inflater_ex&& other) = delete;210 ~nghttp2_hd_inflater_ex() in ~nghttp2_hd_inflater_ex() argument
69 nghttp2_hd_inflater_ex inflater; in unpackHeaders()