Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dgzip.hpp164 class gzip_error : public BOOST_IOSTREAMS_FAILURE { class
166 explicit gzip_error(int error) in gzip_error() function in boost::iostreams::gzip_error
169 explicit gzip_error(const zlib_error& e) in gzip_error() function in boost::iostreams::gzip_error
442 boost::throw_exception(gzip_error(e)); in write()
447 boost::throw_exception(gzip_error(gzip::bad_crc)); in write()
475 boost::throw_exception(gzip_error(gzip::bad_header)); in read()
495 boost::throw_exception(gzip_error(e)); in read()
500 boost::throw_exception(gzip_error(gzip::bad_footer)); in read()
507 boost::throw_exception(gzip_error(gzip::bad_crc)); in read()
538 boost::throw_exception(gzip_error(e)); in close()
[all …]
/third_party/boost/libs/iostreams/src/
Dgzip.cpp33 boost::throw_exception(gzip_error(gzip::bad_header)); in process()
38 boost::throw_exception(gzip_error(gzip::bad_header)); in process()
43 boost::throw_exception(gzip_error(gzip::bad_method)); in process()