Home | History | Annotate | Download | only in zlib

Lines Matching refs:compress2

1157 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
1168 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1176 compress() or compress2() on sourceLen bytes. It would be used before a
1177 compress() or compress2() call to allocate the destination buffer.