deflate            49 other-licenses/zlib/compress.c     err = deflate(&stream, Z_FINISH);
deflate           440 other-licenses/zlib/deflate.c         err = deflate(strm, Z_PARTIAL_FLUSH);
deflate           584 other-licenses/zlib/gzio.c         s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
deflate           730 other-licenses/zlib/gzio.c         s->z_err = deflate(&(s->stream), flush);
deflate           242 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));