Searched refs:zlib_base (Results 1 – 2 of 2) sorted by relevance
93 zlib_base::zlib_base() in zlib_base() function in boost::iostreams::detail::zlib_base98 zlib_base::~zlib_base() { delete static_cast<z_stream*>(stream_); } in ~zlib_base()100 void zlib_base::before( const char*& src_begin, const char* src_end, in before()110 void zlib_base::after(const char*& src_begin, char*& dest_begin, bool compress) in after()132 int zlib_base::xdeflate(int flush) in xdeflate()137 int zlib_base::xinflate(int flush) in xinflate()142 void zlib_base::reset(bool compress, bool realloc) in reset()156 void zlib_base::do_init in do_init()
180 class BOOST_IOSTREAMS_DECL zlib_base { class184 zlib_base();185 ~zlib_base();228 class zlib_compressor_impl : public zlib_base, public zlib_allocator<Alloc> { 243 class zlib_decompressor_impl : public zlib_base, public zlib_allocator<Alloc> {