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

/illumos-gate/usr/src/boot/lib/libz/
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
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A DSymbol.map22 compress2;
H A Dzconf.h34 # define compress2 z_compress2 macro
H A Dzlib.h1174 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1185 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1193 compress() or compress2() on sourceLen bytes. It would be used before a
1194 compress() or compress2() call to allocate the destination buffer.
/illumos-gate/usr/src/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.
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c215 ret = compress2(dstbuf, &dlen, (Bytef *)srcaddr, slen, 9);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h117 #define compress2 z_compress2 macro
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c987 if ((ret = compress2(dst, &len, src, srclen, level)) == Z_OK)

Completed in 122 milliseconds