Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:compress2

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