Home
last modified time | relevance | path

Searched refs:Z_MEM_ERROR (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c109 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 Dfitblk.c119 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 Dspl-zlib.c111 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 Dspl_zlib.c148 return (Z_MEM_ERROR); in z_compress_level()
201 return (Z_MEM_ERROR); in z_uncompress()
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c328 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(&copy, &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 Dgzlib.c502 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 Dgzread.c88 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 Dgzwrite.c19 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 Dinflate.c204 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 Ddeflate.c433 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 Dinfback.c53 if (state == Z_NULL) return Z_MEM_ERROR; in inflateBackInit_()
H A Dzlib.h183 #define Z_MEM_ERROR (-4) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dzmod.h50 #define Z_MEM_ERROR (-4) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzmod.h48 #define Z_MEM_ERROR (-4) macro
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c551 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 Dgzread.c115 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 Dgzwrite.c31 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 Dzstd_zlibwrapper.c274 if (zwc == NULL) return Z_MEM_ERROR; in z_deflateInit_()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp91 case Z_MEM_ERROR: in convertZlibCodeToString()
113 if (Res == Z_MEM_ERROR) in compress()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c258 case Z_MEM_ERROR: in archive_compressor_gzip_open()
H A Darchive_read_support_filter_gzip.c377 case Z_MEM_ERROR: in consume_header()
H A Darchive_read_support_format_zip.c2670 case Z_MEM_ERROR: in zip_read_data_deflate()
4254 case Z_MEM_ERROR: in zip_read_mac_metadata()
/freebsd/crypto/openssh/
H A Dpacket.c798 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 Dng_deflate.c606 case Z_MEM_ERROR: in ng_deflate_decompress()
/freebsd/usr.bin/gzip/
H A Dgzip.c947 case Z_MEM_ERROR: in gz_uncompress()

12