Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzconf.h41 # define compress2 z_compress2 macro
H A Dzlib.h1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
H A Dzconf.h.in35 # define compress2 z_compress2 macro
H A DChangeLog1140 - added compress2 in zconf.h, zlib.def, zlib.dnt
1161 - added compress2() to allow setting the compression level
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-zlib.m45 ZFS_AC_FIND_SYSTEM_LIBRARY(ZLIB, [zlib], [zlib.h], [], [z], [compress2 uncompress crc32], [], [
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dgzip.c46 #define compress_func compress2
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md141 - compress2
H A Dzstd_zlibwrapper.c1108 return compress2(dest, destLen, source, sourceLen, level); in z_compress2()