Searched defs:compress2 (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dcompress.c16 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
20 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
66 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Dzconf.h33 # define compress2 z_compress2 macro

Completed in 51 milliseconds