progress_bytes    777 src/filemanager/file.c         ctx->progress_bytes = 0;
progress_bytes    780 src/filemanager/file.c             status = panel_compute_totals (panel, &dsm, &ctx->progress_count, &ctx->progress_bytes,
progress_bytes    790 src/filemanager/file.c                                           &ctx->progress_bytes, ctx->stat_func);
progress_bytes    795 src/filemanager/file.c             ctx->progress_bytes += (uintmax_t) source_stat->st_size;
progress_bytes    810 src/filemanager/file.c         ctx->progress_bytes = panel->total;
progress_bytes    831 src/filemanager/file.c     tctx->progress_bytes += (uintmax_t) add;
progress_bytes    843 src/filemanager/file.c             file_progress_show_total (tctx, ctx, tctx->progress_bytes, TRUE);
progress_bytes   1178 src/filemanager/file.c     if (ctx->progress_bytes != 0)
progress_bytes   1182 src/filemanager/file.c         remain_bytes = ctx->progress_bytes - tctx->copied_bytes;
progress_bytes   2748 src/filemanager/file.c             tctx->copied_bytes = tctx->progress_bytes + file_part + ctx->do_reget;
progress_bytes   3625 src/filemanager/file.c                     file_progress_show_total (tctx, ctx, tctx->progress_bytes, FALSE);
progress_bytes   1072 src/filemanager/filegui.c         if (ctx->progress_bytes == 0)
progress_bytes   1077 src/filemanager/filegui.c                              (int) (1024 * copied_bytes / ctx->progress_bytes));
progress_bytes   1124 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;