uLongf
int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source,
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source,
int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source,
int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen,
uLongf destlen;
uLongf destlen;
uLongf *); /* check value on output */
void inflate_blocks_reset(inflate_blocks_statef *s, z_streamp z, uLongf *c)
ZEXTERN const uLongf * ZEXPORT get_crc_table(void);
ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
ZEXTERN int ZEXPORT compress2(Bytef *, uLongf *, const Bytef *,
ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong);