do_flush           75 lib/zlib/gzio.c local int do_flush        OF((gzFile file, int flush));
do_flush          749 lib/zlib/gzio.c     int err = do_flush (file, flush);
do_flush          962 lib/zlib/gzio.c         if (do_flush (file, Z_FINISH) != Z_OK)