progress_bytes    769 src/filemanager/file.c         ctx->progress_bytes = 0;
progress_bytes    772 src/filemanager/file.c             status = panel_compute_totals (panel, &dsm, &ctx->progress_count, &ctx->progress_bytes,
progress_bytes    782 src/filemanager/file.c                                           &ctx->progress_bytes, ctx->stat_func);
progress_bytes    787 src/filemanager/file.c             ctx->progress_bytes += (uintmax_t) source_stat->st_size;
progress_bytes    802 src/filemanager/file.c         ctx->progress_bytes = panel->total;
progress_bytes    823 src/filemanager/file.c     tctx->progress_bytes += (uintmax_t) add;
progress_bytes    835 src/filemanager/file.c             file_progress_show_total (tctx, ctx, tctx->progress_bytes, TRUE);
progress_bytes   1156 src/filemanager/file.c     if (ctx->progress_bytes != 0)
progress_bytes   1160 src/filemanager/file.c         remain_bytes = ctx->progress_bytes - tctx->copied_bytes;
progress_bytes   2755 src/filemanager/file.c             tctx->copied_bytes = tctx->progress_bytes + file_part + ctx->do_reget;
progress_bytes   3647 src/filemanager/file.c                     file_progress_show_total (tctx, ctx, tctx->progress_bytes, FALSE);
progress_bytes   1068 src/filemanager/filegui.c         if (ctx->progress_bytes == 0)
progress_bytes   1073 src/filemanager/filegui.c                              (int) (1024 * copied_bytes / ctx->progress_bytes));
progress_bytes   1120 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     94 src/filemanager/fileopctx.h     uintmax_t progress_bytes;
progress_bytes    163 src/filemanager/fileopctx.h     uintmax_t progress_bytes;