deflate 854 3rdparty/libpng/pngwrite.c ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH); deflate 434 3rdparty/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_NO_FLUSH); deflate 498 3rdparty/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_FINISH); deflate 2196 3rdparty/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_FINISH); deflate 3135 3rdparty/libpng/pngwutil.c ret = deflate(&png_ptr->zstream, Z_NO_FLUSH); deflate 1158 3rdparty/libtiff/tif_pixarlog.c if (deflate(&sp->stream, Z_NO_FLUSH) != Z_OK) { deflate 1188 3rdparty/libtiff/tif_pixarlog.c state = deflate(&sp->stream, Z_FINISH); deflate 275 3rdparty/libtiff/tif_zip.c if (deflate(&sp->stream, Z_NO_FLUSH) != Z_OK) { deflate 303 3rdparty/libtiff/tif_zip.c state = deflate(&sp->stream, Z_FINISH); deflate 49 3rdparty/zlib/compress.c err = deflate(&stream, Z_FINISH); deflate 515 3rdparty/zlib/deflate.c err = deflate(strm, Z_BLOCK); deflate 115 3rdparty/zlib/gzwrite.c ret = deflate(strm, flush); deflate 246 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));