Lines Matching defs:zlib
2011 struct zlib struct
2014 struct IDAT * idat; /* NOTE: May be NULL */
2015 struct chunk * chunk;
2016 struct file * file;
2017 struct global *global;
2041 zlib_flevel(struct zlib *zlib) in zlib_flevel()
2056 zlib_rc(struct zlib *zlib) in zlib_rc()
2075 zlib_message(struct zlib *zlib, int unexpected) in zlib_message()
2094 zlib_end(struct zlib *zlib) in zlib_end()
2170 zlib_reset(struct zlib *zlib, int window_bits) in zlib_reset()
2196 zlib_init(struct zlib *zlib, struct IDAT *idat, struct chunk *chunk, in zlib_init()
2267 zlib_advance(struct zlib *zlib, png_uint_32 nbytes) in zlib_advance()
2490 zlib_run(struct zlib *zlib) in zlib_run()
2623 struct zlib zlib; in zlib_check() local