copied_bytes 1160 src/filemanager/file.c remain_bytes = ctx->progress_bytes - tctx->copied_bytes; copied_bytes 1168 src/filemanager/file.c tctx->bps = tctx->copied_bytes / total_secs; copied_bytes 2755 src/filemanager/file.c tctx->copied_bytes = tctx->progress_bytes + file_part + ctx->do_reget; copied_bytes 2777 src/filemanager/file.c file_progress_show_total (tctx, ctx, tctx->copied_bytes, force_update); copied_bytes 1055 src/filemanager/filegui.c uintmax_t copied_bytes, gboolean show_summary) copied_bytes 1073 src/filemanager/filegui.c (int) (1024 * copied_bytes / ctx->progress_bytes)); copied_bytes 1114 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 164 src/filemanager/fileopctx.h uintmax_t copied_bytes;