Searched refs:compress2 (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | compress.c | 22 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 D | zconf.h | 46 # define compress2 z_compress2 macro
|
H A D | zlib.h | 1247 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
|
H A D | zconf.h.in | 35 # define compress2 z_compress2 macro
|
H A D | ChangeLog | 1243 - 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 D | user-zlib.m4 | 5 ZFS_AC_FIND_SYSTEM_LIBRARY(ZLIB, [zlib], [zlib.h], [], [z], [compress2 uncompress crc32], [], [
|
/freebsd/usr.bin/mkuzip/ |
H A D | mkuz_zlib.c | 74 if (compress2(oblk->data, &destlen_z, iblk->data, iblk->info.len, in mkuz_zlib_compress()
|
/freebsd/lib/libz/ |
H A D | Symbol.map | 38 compress2;
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | gzip.c | 45 #define compress_func compress2
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Compression.cpp | 111 int Res = ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 141 - compress2
|
H A D | zstd_zlibwrapper.c | 1123 return compress2(dest, destLen, source, sourceLen, level); in z_compress2()
|