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

/freebsd-10-stable/usr.bin/mkuzip/
H A Dmkuz_zlib.c78 if (compress2(rval->data, &destlen_z, iblk->data, zp->blksz,
80 errx(1, "can't compress data: compress2() "
/freebsd-10-stable/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.h35 # 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-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h91 #define compress2 zz_compress2 macro
H A Dzlib.h1026 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1037 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1045 compress() or compress2() on sourceLen bytes. It would be used before
1046 a compress() or compress2() call to allocate the destination buffer.
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DCompression.cpp56 Status Res = encodeZlibReturnValue(::compress2(
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcompress.c153 zerr = compress2((unsigned char *)out->data + intlen, &endlen,
158 zerr, "compress2",
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c1020 if ((ret = compress2(dst, &len, src, srclen, level)) == Z_OK)

Completed in 199 milliseconds