10 #ifndef BOOST_BEAST_ZLIB_INFLATE_STREAM_HPP 11 #define BOOST_BEAST_ZLIB_INFLATE_STREAM_HPP Definition: inflate_stream.hpp:64
void doClear()
Definition: inflate_stream.hpp:257
Definition: async_result.hpp:20
void reset()
Definition: inflate_stream.hpp:81
void reset(int windowBits)
Definition: inflate_stream.hpp:93
Flush
Definition: zlib.hpp:114
void doReset()
Definition: inflate_stream.hpp:71
boost::system::error_code error_code
The type of error code used by the library.
Definition: error.hpp:21
void write(z_params &zs, Flush flush, error_code &ec)
Definition: inflate_stream.hpp:210
Definition: inflate_stream.hpp:58
void doWrite(z_params &zs, Flush flush, error_code &ec)
Definition: inflate_stream.hpp:264
void clear()
Definition: inflate_stream.hpp:103