total_transfer_start 1176 src/filemanager/file.c         dt = (tv_current - ctx->pauses - ctx->total_transfer_start) / (double) G_USEC_PER_SEC;
total_transfer_start 2797 src/filemanager/file.c                 const gint64 total_usecs = tv_current - ctx->total_transfer_start;
total_transfer_start 3551 src/filemanager/file.c     ctx->total_transfer_start = g_get_monotonic_time ();
total_transfer_start 1139 src/filemanager/filegui.c                         (tv_current - ctx->pauses - ctx->total_transfer_start) / G_USEC_PER_SEC);
total_transfer_start  137 src/filemanager/filegui.h     gint64 total_transfer_start;