10 #ifndef BOOST_BEAST_ZLIB_DEFLATE_STREAM_HPP 11 #define BOOST_BEAST_ZLIB_DEFLATE_STREAM_HPP 104 doReset(level, windowBits, memLevel, strategy);
170 doTune(good_length, max_lazy, nice_length, max_chain);
357 return doPrime(bits, value, ec);
396 ((bytes + 63) >> 6) + 5 +
deflate_stream()
Definition: deflate_stream.hpp:80
Definition: async_result.hpp:20
void reset(int level, int windowBits, int memLevel, Strategy strategy)
Definition: deflate_stream.hpp:98
void clear()
Definition: deflate_stream.hpp:132
Definition: deflate_stream.hpp:59
void doParams(z_params &zs, int level, Strategy strategy, error_code &ec)
Definition: deflate_stream.hpp:990
void params(z_params &zs, int level, Strategy strategy, error_code &ec)
Definition: deflate_stream.hpp:312
Flush
Definition: zlib.hpp:114
void tune(int good_length, int max_lazy, int nice_length, int max_chain)
Definition: deflate_stream.hpp:164
boost::system::error_code error_code
The type of error code used by the library.
Definition: error.hpp:21
std::size_t upper_bound(std::size_t sourceLen) const
Definition: deflate_stream.hpp:148
void pending(unsigned *value, int *bits)
Definition: deflate_stream.hpp:335
void reset()
Definition: deflate_stream.hpp:117
Definition: deflate_stream.hpp:110
std::size_t deflate_upper_bound(std::size_t bytes)
Definition: deflate_stream.hpp:392
void write(z_params &zs, Flush flush, error_code &ec)
Definition: deflate_stream.hpp:284
void doTune(int good_length, int max_lazy, int nice_length, int max_chain)
Definition: deflate_stream.hpp:975
void prime(int bits, int value, error_code &ec)
Definition: deflate_stream.hpp:355
static std::uint8_t constexpr DEF_MEM_LEVEL
Definition: deflate_stream.hpp:164
void doWrite(z_params &zs, boost::optional< Flush > flush, error_code &ec)
Definition: deflate_stream.hpp:1029
void doReset()
Definition: deflate_stream.hpp:934
void doClear()
Definition: deflate_stream.hpp:942
std::size_t doUpperBound(std::size_t sourceLen) const
Definition: deflate_stream.hpp:951
void doPrime(int bits, int value, error_code &ec)
Definition: deflate_stream.hpp:1227
Strategy
Definition: zlib.hpp:140
void doPending(unsigned *value, int *bits)
Definition: deflate_stream.hpp:1254