Searched defs:compress2 (Results 1 - 4 of 4) 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 Dzconf.h34 # define compress2 z_compress2 macro
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h91 #define compress2 zz_compress2 macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h117 #define compress2 z_compress2 macro

Completed in 64 milliseconds