copied_bytes     1182 src/filemanager/file.c         remain_bytes = ctx->progress_bytes - tctx->copied_bytes;
copied_bytes     1190 src/filemanager/file.c             tctx->bps = tctx->copied_bytes / total_secs;
copied_bytes     2748 src/filemanager/file.c             tctx->copied_bytes = tctx->progress_bytes + file_part + ctx->do_reget;
copied_bytes     2770 src/filemanager/file.c                 file_progress_show_total (tctx, ctx, tctx->copied_bytes, force_update);
copied_bytes     1059 src/filemanager/filegui.c                           uintmax_t copied_bytes, gboolean show_summary)
copied_bytes     1077 src/filemanager/filegui.c                              (int) (1024 * copied_bytes / ctx->progress_bytes));
copied_bytes     1118 src/filemanager/filegui.c         size_trunc_len (buffer2, 5, tctx->copied_bytes, 0, panels_options.kilobyte_si);
copied_bytes       34 src/filemanager/filegui.h                                uintmax_t copied_bytes, gboolean show_summary);
copied_bytes      170 src/filemanager/fileopctx.h     uintmax_t copied_bytes;