Lines Matching defs:zlib
2000 struct zlib struct
2003 struct IDAT * idat; /* NOTE: May be NULL */
2004 struct chunk * chunk;
2005 struct file * file;
2006 struct global *global;
2030 zlib_flevel(struct zlib *zlib) in zlib_flevel()
2045 zlib_rc(struct zlib *zlib) in zlib_rc()
2064 zlib_message(struct zlib *zlib, int unexpected) in zlib_message()
2083 zlib_end(struct zlib *zlib) in zlib_end()
2159 zlib_reset(struct zlib *zlib, int window_bits) in zlib_reset()
2185 zlib_init(struct zlib *zlib, struct IDAT *idat, struct chunk *chunk, in zlib_init()
2256 zlib_advance(struct zlib *zlib, png_uint_32 nbytes) in zlib_advance()
2479 zlib_run(struct zlib *zlib) in zlib_run()
2612 struct zlib zlib; in zlib_check() local