Home | History | Annotate | Download | only in zlib

Lines Matching refs:compress2

36 #define compress2 FPDFAPI_compress2

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