Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcompress.c22 int ZEXPORT compress2 ( in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); in compress()
H A Dzconf.h35 # define compress2 z_compress2 macro
H A Dzlib.h1244 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
/openbsd/lib/libz/
H A Dcompress.c20 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() function
63 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); in compress()
H A Dzconf.h33 # define compress2 z_compress2 macro
H A Dzlib.h1250 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
H A DChangeLog1246 - added compress2 in zconf.h, zlib.def, zlib.dnt
1267 - added compress2() to allow setting the compression level
/openbsd/sys/lib/libz/
H A Dcompress.c20 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() function
63 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); in compress()
H A Dzconf.h33 # define compress2 z_compress2 macro
H A Dzlib.h1250 ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
/openbsd/usr.sbin/ldapd/
H A Dutil.c132 if ((rc = compress2(dest, &destlen, buf, len, in ber2db()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCompression.cpp111 int Res = ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress()
/openbsd/gnu/llvm/llvm/cmake/
H A Dconfig-ix.cmake130 check_symbol_exists(compress2 zlib.h HAVE_ZLIB)