Searched refs:zlib_error (Results 1 – 5 of 5) sorted by relevance
| /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/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/node/deps/v8/third_party/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 */
|