z_streamp
z_streamp stream = &state->compression_out_stream;
z_streamp stream = &state->compression_in_stream;
int deflateInit(z_streamp strm, int level);
int deflate(z_streamp strm, int flush);
int deflateEnd(z_streamp strm);
int inflateInit(z_streamp strm);
int inflate(z_streamp strm, int flush);
int inflateEnd(z_streamp strm);
int deflateInit_(z_streamp strm, int level,
int inflateInit_(z_streamp strm,
int deflateReset (z_streamp strm);
int deflateResetKeep (z_streamp strm);
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
deflateResetKeep (z_streamp strm)
deflateReset (z_streamp strm)
flush_pending(z_streamp strm)
deflate (z_streamp strm, int flush)
deflateEnd (z_streamp strm)
read_buf(z_streamp strm, Bytef *buf, unsigned size)
local void flush_pending(z_streamp strm);
local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
int deflateInit2_(z_streamp strm, int level, int method, int windowBits,
z_streamp strm; /* pointer back to this zlib stream */
inflate_fast(z_streamp strm, unsigned start) /* inflate()'s starting value for strm->avail_out */
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
int inflatePrime(z_streamp strm, int bits, int value);
local int updatewindow(z_streamp strm, const unsigned char FAR *end,
inflateEnd(z_streamp strm)
inflateResetKeep(z_streamp strm)
inflateReset(z_streamp strm)
inflateReset2(z_streamp strm, int windowBits)
inflateInit2_(z_streamp strm, int windowBits, const char *version,
inflateInit_(z_streamp strm, const char *version, int stream_size)
inflatePrime(z_streamp strm, int bits, int value)
updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
inflate(z_streamp strm, int flush)
int inflateResetKeep(z_streamp strm);
int inflateReset(z_streamp strm);
int inflateReset2(z_streamp strm, int windowBits);
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
deflateEnd(z_streamp strm)
deflateCopy(z_streamp dest, z_streamp source)
deflateOutputPending(z_streamp strm)
read_buf(z_streamp strm, charf *buf, unsigned size)
z_streamp z,
z_streamp ,
z_streamp ,
z_streamp ,
z_streamp));
inflateReset(z_streamp z)
inflateEnd(z_streamp z)
inflateInit2_(z_streamp z, int w, const char *version, int stream_size)
inflateInit_(z_streamp z, const char *version, int stream_size)
inflate(z_streamp z, int f)
inflateSetDictionary(z_streamp z, const Bytef *dictionary, uInt dictLength)
inflateSync(z_streamp z)
z_streamp )); /* for zalloc, zfree functions */
z_streamp )); /* for zalloc, zfree functions */
z_streamp )); /* for zfree function */
z_streamp ));
z_streamp ,
z_streamp ));
z_streamp strm; /* pointer back to this zlib stream */
z_streamp ,
inflate_blocks_reset(inflate_blocks_statef *s, z_streamp z, uLongf *c)
inflate_blocks_new(z_streamp z, check_func c, uInt w)
inflate_blocks(inflate_blocks_statef *s, z_streamp z, int r)
inflate_blocks_free(inflate_blocks_statef *s, z_streamp z, uLongf *c)
z_streamp )); /* for zalloc function */
inflate_huft * FAR *t, uIntf *m, z_streamp zs)
inflate_trees_bits(uIntf *c, uIntf *bb, inflate_huft * FAR *tb, z_streamp z)
z_streamp z)
inflate_trees_free(inflate_huft *t, z_streamp z)
z_streamp ));
z_streamp z)
inflate_codes(inflate_blocks_statef *s, z_streamp z, int r)
inflate_codes_free(inflate_codes_statef *c, z_streamp z)
inflate_flush(inflate_blocks_statef *s, z_streamp z, int r)
inflate_blocks_statef *s, z_streamp z)
local void flush_pending OF((z_streamp strm));
local int read_buf OF((z_streamp strm, charf *buf, unsigned size));
deflateInit_(z_streamp strm, int level, const char * version,
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
deflateSetDictionary(z_streamp strm, const Bytef *dictionary, uInt dictLength)
deflateReset(z_streamp strm)
deflateParams(z_streamp strm, int level, int strategy)
flush_pending(z_streamp strm)
deflate(z_streamp strm, int flush)
extern int EXPORT deflate OF((z_streamp strm, int flush));
extern int EXPORT deflateEnd OF((z_streamp strm));
extern int EXPORT inflate OF((z_streamp strm, int flush));
extern int EXPORT inflateEnd OF((z_streamp strm));
extern int EXPORT deflateSetDictionary OF((z_streamp strm,
extern int EXPORT deflateCopy OF((z_streamp dest,
z_streamp source));
extern int EXPORT deflateReset OF((z_streamp strm));
extern int EXPORT deflateParams OF((z_streamp strm, int level, int strategy));
extern int EXPORT deflateOutputPending OF((z_streamp strm));
extern int EXPORT inflateSetDictionary OF((z_streamp strm,
extern int EXPORT inflateSync OF((z_streamp strm));
extern int EXPORT inflateReset OF((z_streamp strm));
extern int EXPORT deflateInit_ OF((z_streamp strm, int level,
extern int EXPORT inflateInit_ OF((z_streamp strm,
extern int EXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
extern int EXPORT inflateInit2_ OF((z_streamp strm, int windowBits,
int deflateInit(z_streamp strm, int level);
int deflate(z_streamp strm, int flush);
int deflateEnd(z_streamp strm);
int inflateInit(z_streamp strm);
int inflate(z_streamp strm, int flush);
int inflateEnd(z_streamp strm);
int deflateInit_(z_streamp strm, int level,
int inflateInit_(z_streamp strm,
int deflateInit2_(z_streamp strm, int level, int method, int windowBits,
int deflateReset (z_streamp strm);
int deflateResetKeep (z_streamp strm);
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
deflateResetKeep (z_streamp strm)
deflateReset (z_streamp strm)
flush_pending(z_streamp strm)
deflate (z_streamp strm, int flush)
deflateEnd (z_streamp strm)
read_buf(z_streamp strm, Bytef *buf, unsigned size)
local void flush_pending(z_streamp strm);
local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
z_streamp strm; /* pointer back to this zlib stream */
inflate_fast(z_streamp strm, unsigned start) /* inflate()'s starting value for strm->avail_out */
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
int inflateResetKeep(z_streamp strm);
int inflateReset(z_streamp strm);
int inflateReset2(z_streamp strm, int windowBits);
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
inflateEnd(z_streamp strm)
int inflatePrime(z_streamp strm, int bits, int value);
local int updatewindow(z_streamp strm, const unsigned char FAR *end,
inflateResetKeep(z_streamp strm)
inflateReset(z_streamp strm)
inflateReset2(z_streamp strm, int windowBits)
inflateInit2_(z_streamp strm, int windowBits, const char *version,
inflateInit_(z_streamp strm, const char *version, int stream_size)
inflatePrime(z_streamp strm, int bits, int value)
updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
inflate(z_streamp strm, int flush)
int deflateInit(z_streamp strm, int level);
int deflate(z_streamp strm, int flush);
int deflateEnd(z_streamp strm);
int inflateInit(z_streamp strm);
int inflate(z_streamp strm, int flush);
int inflateEnd(z_streamp strm);
int deflateInit_(z_streamp strm, int level,
int inflateInit_(z_streamp strm,
int deflateInit2_(z_streamp strm, int level, int method, int windowBits,
int deflateReset (z_streamp strm);
int deflateResetKeep (z_streamp strm);
deflateInit_(z_streamp strm, int level, const char *version, int stream_size)
deflateInit2_(z_streamp strm, int level, int method, int windowBits,
deflateResetKeep (z_streamp strm)
deflateReset (z_streamp strm)
flush_pending(z_streamp strm)
deflate (z_streamp strm, int flush)
deflateEnd (z_streamp strm)
read_buf(z_streamp strm, Bytef *buf, unsigned size)
local void flush_pending(z_streamp strm);
local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
z_streamp strm; /* pointer back to this zlib stream */
inflate_fast(z_streamp strm, unsigned start) /* inflate()'s starting value for strm->avail_out */
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
int inflateResetKeep(z_streamp strm);
int inflateReset(z_streamp strm);
int inflateReset2(z_streamp strm, int windowBits);
int inflateInit2_(z_streamp strm, int windowBits, const char *version,
inflateEnd(z_streamp strm)
int inflatePrime(z_streamp strm, int bits, int value);
local int updatewindow(z_streamp strm, const unsigned char FAR *end,
inflateResetKeep(z_streamp strm)
inflateReset(z_streamp strm)
inflateReset2(z_streamp strm, int windowBits)
inflateInit2_(z_streamp strm, int windowBits, const char *version,
inflateInit_(z_streamp strm, const char *version, int stream_size)
inflatePrime(z_streamp strm, int bits, int value)
updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
inflate(z_streamp strm, int flush)