/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | fitblk_original.c | 109 if (ret == Z_MEM_ERROR) in recompress() 198 if (ret == Z_MEM_ERROR) in main() 213 if (ret == Z_MEM_ERROR) in main()
|
H A D | fitblk.c | 119 if (ret == Z_MEM_ERROR) in recompress() 217 if (ret == Z_MEM_ERROR) in main() 234 if (ret == Z_MEM_ERROR) in main()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-zlib.c | 111 return (Z_MEM_ERROR); in z_compress_level() 165 return (Z_MEM_ERROR); in z_uncompress()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_zlib.c | 148 return (Z_MEM_ERROR); in z_compress_level() 201 return (Z_MEM_ERROR); in z_uncompress()
|
/freebsd/sys/contrib/zlib/test/ |
H A D | infcover.c | 328 assert(ret == Z_MEM_ERROR); in inf() 422 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 423 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 438 ret = inflateCopy(©, &strm); assert(ret == Z_MEM_ERROR); in cover_wrap() 543 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR); in try()
|
/freebsd/sys/contrib/zlib/ |
H A D | gzlib.c | 502 return state->err == Z_MEM_ERROR ? "out of memory" : in gzerror() 534 if (state->err != Z_MEM_ERROR) in gz_error() 549 if (err == Z_MEM_ERROR) in gz_error() 555 state->err = Z_MEM_ERROR; in gz_error()
|
H A D | gzread.c | 88 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 103 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 180 if (ret == Z_MEM_ERROR) { in gz_decomp() 181 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp()
|
H A D | gzwrite.c | 19 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 29 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 42 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init()
|
H A D | inflate.c | 204 if (state == Z_NULL) return Z_MEM_ERROR; in inflateInit2_() 1229 return Z_MEM_ERROR; in inflate() 1248 return Z_MEM_ERROR; in inflate() 1323 return Z_MEM_ERROR; in inflateSetDictionary() 1453 if (copy == Z_NULL) return Z_MEM_ERROR; in inflateCopy() 1460 return Z_MEM_ERROR; in inflateCopy()
|
H A D | deflate.c | 433 if (s == Z_NULL) return Z_MEM_ERROR; in deflateInit2_() 502 strm->msg = ERR_MSG(Z_MEM_ERROR); in deflateInit2_() 504 return Z_MEM_ERROR; in deflateInit2_() 1301 if (ds == Z_NULL) return Z_MEM_ERROR; in deflateCopy() 1314 return Z_MEM_ERROR; in deflateCopy()
|
H A D | infback.c | 53 if (state == Z_NULL) return Z_MEM_ERROR; in inflateBackInit_()
|
H A D | zlib.h | 183 #define Z_MEM_ERROR (-4) macro
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | zmod.h | 50 #define Z_MEM_ERROR (-4) macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | zmod.h | 48 #define Z_MEM_ERROR (-4) macro
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzlib.c | 551 return state.state->err == Z_MEM_ERROR ? "out of memory" : 589 if (state.state->err != Z_MEM_ERROR) 604 if (err == Z_MEM_ERROR) 610 state.state->err = Z_MEM_ERROR;
|
H A D | gzread.c | 115 gz_error(state, Z_MEM_ERROR, "out of memory"); 130 gz_error(state, Z_MEM_ERROR, "out of memory"); 212 if (ret == Z_MEM_ERROR) { 213 gz_error(state, Z_MEM_ERROR, "out of memory");
|
H A D | gzwrite.c | 31 gz_error(state, Z_MEM_ERROR, "out of memory"); 41 gz_error(state, Z_MEM_ERROR, "out of memory"); 54 gz_error(state, Z_MEM_ERROR, "out of memory");
|
H A D | zstd_zlibwrapper.c | 274 if (zwc == NULL) return Z_MEM_ERROR; in z_deflateInit_()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Compression.cpp | 91 case Z_MEM_ERROR: in convertZlibCodeToString() 113 if (Res == Z_MEM_ERROR) in compress()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_gzip.c | 258 case Z_MEM_ERROR: in archive_compressor_gzip_open()
|
H A D | archive_read_support_filter_gzip.c | 377 case Z_MEM_ERROR: in consume_header()
|
H A D | archive_read_support_format_zip.c | 2670 case Z_MEM_ERROR: in zip_read_data_deflate() 4254 case Z_MEM_ERROR: in zip_read_mac_metadata()
|
/freebsd/crypto/openssh/ |
H A D | packet.c | 798 case Z_MEM_ERROR: in start_compression_out() 815 case Z_MEM_ERROR: in start_compression_in() 853 case Z_MEM_ERROR: in compress_buffer() 906 case Z_MEM_ERROR: in uncompress_buffer()
|
/freebsd/sys/netgraph/ |
H A D | ng_deflate.c | 606 case Z_MEM_ERROR: in ng_deflate_decompress()
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 947 case Z_MEM_ERROR: in gz_uncompress()
|