Home
last modified time | relevance | path

Searched refs:nghttp2_hd_inflater_ex (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dnghttp2_adapters.hpp168 struct nghttp2_hd_inflater_ex struct
173 nghttp2_hd_inflater_ex() in nghttp2_hd_inflater_ex() argument
193 nghttp2_hd_inflater_ex(const nghttp2_hd_inflater_ex&) = delete; argument
194 nghttp2_hd_inflater_ex& operator=(const nghttp2_hd_inflater_ex&) = delete;
195 nghttp2_hd_inflater_ex& operator=(nghttp2_hd_inflater_ex&&) = delete;
196 nghttp2_hd_inflater_ex(nghttp2_hd_inflater_ex&& other) = delete;
198 ~nghttp2_hd_inflater_ex() in ~nghttp2_hd_inflater_ex() argument
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp64 nghttp2_hd_inflater_ex inflater; in unpackHeaders()