Home | History | Annotate | Download | only in ZLib

Lines Matching refs:compress2

1234    compressed data.  compress() is equivalent to compress2() with a level
1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1253 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1261 compress() or compress2() on sourceLen bytes. It would be used before a
1262 compress() or compress2() call to allocate the destination buffer.