Searched refs:compress2 (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | compress.c | 16 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 D | zconf.h | 33 # define compress2 z_compress2 macro
|
H A D | zlib.h | 623 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, 633 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
|
Completed in 20 milliseconds