39 stream.
zalloc = (alloc_func)0;
40 stream.
zfree = (free_func)0;
44 if (err !=
Z_OK)
return err;
70 return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) +
71 (sourceLen >> 25) + 13;
int ZEXPORT deflateEnd(z_streamp strm)
#define ABC_NAMESPACE_IMPL_END
uLong ZEXPORT compressBound(uLong sourceLen)
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
int ZEXPORT deflate(z_streamp strm, int flush)
ABC_NAMESPACE_IMPL_START int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level)
#define ABC_NAMESPACE_IMPL_START
#define deflateInit(strm, level)
#define Z_DEFAULT_COMPRESSION