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

/forgerock/web-agents-v4/zlib/
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.h40 # 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.

Completed in 32 milliseconds