progress_bytes 772 src/filemanager/file.c ctx->progress_bytes = 0; progress_bytes 775 src/filemanager/file.c status = panel_compute_totals (panel, &dsm, &ctx->progress_count, &ctx->progress_bytes, progress_bytes 785 src/filemanager/file.c &ctx->progress_bytes, ctx->stat_func); progress_bytes 790 src/filemanager/file.c ctx->progress_bytes += (uintmax_t) source_stat->st_size; progress_bytes 805 src/filemanager/file.c ctx->progress_bytes = panel->total; progress_bytes 826 src/filemanager/file.c tctx->progress_bytes += (uintmax_t) add; progress_bytes 838 src/filemanager/file.c file_progress_show_total (tctx, ctx, tctx->progress_bytes, TRUE); progress_bytes 1144 src/filemanager/file.c if (ctx->progress_bytes != 0) progress_bytes 1148 src/filemanager/file.c remain_bytes = ctx->progress_bytes - tctx->copied_bytes; progress_bytes 2628 src/filemanager/file.c tctx->copied_bytes = tctx->progress_bytes + file_part + ctx->do_reget; progress_bytes 3418 src/filemanager/file.c file_progress_show_total (tctx, ctx, tctx->progress_bytes, FALSE); progress_bytes 1050 src/filemanager/filegui.c if (ctx->progress_bytes == 0) progress_bytes 1055 src/filemanager/filegui.c (int) (1024 * copied_bytes / ctx->progress_bytes)); progress_bytes 1102 src/filemanager/filegui.c size_trunc_len (buffer3, 5, ctx->progress_bytes, 0, panels_options.kilobyte_si); progress_bytes 76 src/filemanager/fileopctx.c ctx->progress_bytes = 0; progress_bytes 93 src/filemanager/fileopctx.h uintmax_t progress_bytes; progress_bytes 169 src/filemanager/fileopctx.h uintmax_t progress_bytes;