Searched refs:gzip_error (Results 1 – 2 of 2) sorted by relevance
164 class gzip_error : public BOOST_IOSTREAMS_FAILURE { class166 explicit gzip_error(int error) in gzip_error() function in boost::iostreams::gzip_error169 explicit gzip_error(const zlib_error& e) in gzip_error() function in boost::iostreams::gzip_error442 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 …]
33 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()