Searched refs:zlib_error (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/iostreams/src/ |
D | zlib.cpp | 70 zlib_error::zlib_error(int error) in zlib_error() function in boost::iostreams::zlib_error 74 void zlib_error::check BOOST_PREVENT_MACRO_SUBSTITUTION(int error) in BOOST_PREVENT_MACRO_SUBSTITUTION() 84 boost::throw_exception(zlib_error(error)); in BOOST_PREVENT_MACRO_SUBSTITUTION() 172 zlib_error::check BOOST_PREVENT_MACRO_SUBSTITUTION( in do_init()
|
/third_party/python/Modules/ |
D | zlibmodule.c | 218 zlib_error(zlibstate *state, z_stream zst, int err, const char *msg) in zlib_error() function 353 zlib_error(state, zst, err, "while compressing data"); in zlib_compress_impl() 375 zlib_error(state, zst, err, "while compressing data"); in zlib_compress_impl() 394 zlib_error(state, zst, err, "while finishing compression"); in zlib_compress_impl() 460 zlib_error(state, zst, err, "while preparing to decompress data"); in zlib_decompress_impl() 493 zlib_error(state, zst, err, "while decompressing data"); in zlib_decompress_impl() 504 zlib_error(state, zst, err, "while decompressing data"); in zlib_decompress_impl() 510 zlib_error(state, zst, err, "while finishing decompression"); in zlib_decompress_impl() 600 zlib_error(state, self->zst, err, "while creating compression object"); in zlib_compressobj_impl() 628 zlib_error(state, self->zst, err, "while setting zdict"); in set_inflate_zdict() [all …]
|
/third_party/boost/boost/iostreams/filter/ |
D | zlib.hpp | 138 class BOOST_IOSTREAMS_DECL zlib_error : public BOOST_IOSTREAMS_FAILURE { class 140 explicit zlib_error(int error); 357 zlib_error::check BOOST_PREVENT_MACRO_SUBSTITUTION(result); in filter() 391 zlib_error::check BOOST_PREVENT_MACRO_SUBSTITUTION(result); in filter()
|
D | gzip.hpp | 66 const int zlib_error = 1; variable 169 explicit gzip_error(const zlib_error& e) in gzip_error() 171 error_(gzip::zlib_error), zlib_error_code_(e.error()) in gzip_error() 441 } catch (const zlib_error& e) { in write() 494 } catch (const zlib_error& e) { in read() 536 } catch (const zlib_error& e) { in close()
|
/third_party/flutter/skia/third_party/externals/zlib/patches/ |
D | 0001-simd.patch | 1225 @@ -283,4 +283,10 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0001-simd.patch | 1204 @@ -283,4 +283,10 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
/third_party/node/deps/zlib/patches/ |
D | 0001-simd.patch | 1204 @@ -283,4 +283,10 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 21227 -@@ -185,6 +187,8 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ 21232 +@@ -188,6 +188,8 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ 21240 -@@ -192,6 +196,8 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ 21241 +@@ -195,6 +197,8 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ 21249 -@@ -223,9 +229,9 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ 21250 +@@ -226,9 +230,9 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ 21816 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ 21819 @@ -172,10 +177,6 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|