Searched refs:compress2 (Results 1 - 9 of 9) sorted by relevance
| /illumos-gate/usr/src/boot/lib/libz/ |
| H A D | compress.c | 18 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 D | Symbol.map | 22 compress2;
|
| H A D | zconf.h | 34 # define compress2 z_compress2 macro
|
| H A D | zlib.h | 1174 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 D | zconf.h | 91 #define compress2 zz_compress2 macro
|
| H A D | zlib.h | 1026 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 D | fiocompress.c | 215 ret = compress2(dstbuf, &dlen, (Bytef *)srcaddr, slen, 9);
|
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.h | 117 #define compress2 z_compress2 macro
|
| /illumos-gate/usr/src/lib/libzpool/common/ |
| H A D | kernel.c | 987 if ((ret = compress2(dst, &len, src, srclen, level)) == Z_OK)
|
Completed in 76 milliseconds