z_streamp
extern int zlib_deflate (z_streamp strm, int flush);
extern int zlib_deflateEnd (z_streamp strm);
extern int zlib_inflate (z_streamp strm, int flush);
extern int zlib_inflateEnd (z_streamp strm);
extern int zlib_deflateReset (z_streamp strm);
extern int zlib_inflateReset (z_streamp strm);
extern int zlib_deflateInit2(z_streamp strm, int level, int method,
extern int zlib_inflateInit2(z_streamp strm, int windowBits);
z_streamp strm,
z_streamp strm
z_streamp strm,
z_streamp strm
z_streamp strm,
static int read_buf (z_streamp strm, Byte *buf, unsigned size);
z_streamp strm
z_streamp strm; /* pointer back to this zlib stream */
z_streamp strm,
z_streamp strm
void dfltcc_reset_deflate_state(z_streamp strm) {
z_streamp strm
z_streamp strm
z_streamp strm,
void dfltcc_reset_deflate_state(z_streamp strm);
int dfltcc_can_deflate(z_streamp strm);
int dfltcc_deflate(z_streamp strm,
z_streamp strm
void dfltcc_reset_inflate_state(z_streamp strm) {
z_streamp strm
z_streamp strm
z_streamp strm
z_streamp strm,
dfltcc_inflate_action dfltcc_inflate(z_streamp strm,
void dfltcc_reset_inflate_state(z_streamp strm);
int dfltcc_can_inflate(z_streamp strm);
void inflate_fast(z_streamp strm, unsigned start)
void inflate_fast (z_streamp strm, unsigned start);
static void zlib_updatewindow(z_streamp strm, unsigned out)
static int zlib_inflateSyncPacket(z_streamp strm)
int zlib_inflateReset(z_streamp strm)
int zlib_inflate(z_streamp strm, int flush)
int zlib_inflateInit2(z_streamp strm, int windowBits)
int zlib_inflateEnd(z_streamp strm)