Searched refs:compress2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_zlib.c77 if (compress2(oblk->data, &destlen_z, iblk->data, iblk->info.len,
79 errx(1, "can't compress data: compress2() failed");
/freebsd-13-stable/sys/contrib/zlib/
H A Dcompress.c18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzconf.h41 # define compress2 z_compress2 macro
H A Dzlib.h1235 compressed data. compress() is equivalent to compress2() with a level
1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1254 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1262 compress() or compress2() on sourceLen bytes. It would be used before a
1263 compress() or compress2() call to allocate the destination buffer.
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dgzip.c46 #define compress_func compress2
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcompress_zlib.c97 zerr = compress2((unsigned char *)out->data + intlen, &endlen,
102 zerr, "compress2",
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1108 return compress2(dest, destLen, source, sourceLen, level);

Completed in 89 milliseconds