Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/src/
Dlzma.cpp84 lzma_base::lzma_base() in lzma_base() function in boost::iostreams::detail::lzma_base
88 lzma_base::~lzma_base() { delete static_cast<lzma_stream*>(stream_); } in ~lzma_base()
90 void lzma_base::before( const char*& src_begin, const char* src_end, in before()
100 void lzma_base::after(const char*& src_begin, char*& dest_begin, bool) in after()
107 int lzma_base::deflate(int action) in deflate()
112 int lzma_base::inflate(int action) in inflate()
117 void lzma_base::reset(bool compress, bool realloc) in reset()
127 void lzma_base::do_init in do_init()
145 void lzma_base::init_stream(bool compress) in init_stream()
/third_party/boost/boost/iostreams/filter/
Dlzma.hpp145 class BOOST_IOSTREAMS_DECL lzma_base { class
149 lzma_base();
150 ~lzma_base();
187 class lzma_compressor_impl : public lzma_base, public lzma_allocator<Alloc> {
202 class lzma_decompressor_impl : public lzma_base, public lzma_allocator<Alloc> {