Home
last modified time | relevance | path

Searched refs:compress2 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dcompress.c22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() function
65 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); in compress()
H A Dzconf.h46 # define compress2 z_compress2 macro
H A Dzlib.h1247 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
H A Dzconf.h.in35 # define compress2 z_compress2 macro
H A DChangeLog1243 - added compress2 in zconf.h, zlib.def, zlib.dnt
1264 - added compress2() to allow setting the compression level
/freebsd/sys/contrib/openzfs/config/
H A Duser-zlib.m45 ZFS_AC_FIND_SYSTEM_LIBRARY(ZLIB, [zlib], [zlib.h], [], [z], [compress2 uncompress crc32], [], [
/freebsd/usr.bin/mkuzip/
H A Dmkuz_zlib.c74 if (compress2(oblk->data, &destlen_z, iblk->data, iblk->info.len, in mkuz_zlib_compress()
/freebsd/lib/libz/
H A DSymbol.map38 compress2;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dgzip.c45 #define compress_func compress2
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp111 int Res = ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md141 - compress2
H A Dzstd_zlibwrapper.c1123 return compress2(dest, destLen, source, sourceLen, level); in z_compress2()