Home
last modified time | relevance | path

Searched refs:totaldone (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_basebackup.c76 static uint64 totaldone; variable
579 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
589 if (totaldone / 1024 > totalsize) in progress_report()
590 totalsize = totaldone / 1024; in progress_report()
598 totaldone / 1024); in progress_report()
1129 totaldone += r; in ReceiveTarFile()
1243 totaldone += 512; in ReceiveAndUnpackTarFile()
1375 totaldone += r; in ReceiveAndUnpackTarFile()
1389 totaldone += r; in ReceiveAndUnpackTarFile()
1773 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_basebackup.c76 static uint64 totaldone; variable
579 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
589 if (totaldone / 1024 > totalsize) in progress_report()
590 totalsize = totaldone / 1024; in progress_report()
598 totaldone / 1024); in progress_report()
1129 totaldone += r; in ReceiveTarFile()
1243 totaldone += 512; in ReceiveAndUnpackTarFile()
1375 totaldone += r; in ReceiveAndUnpackTarFile()
1389 totaldone += r; in ReceiveAndUnpackTarFile()
1773 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_basebackup.c76 static uint64 totaldone; variable
579 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
589 if (totaldone / 1024 > totalsize) in progress_report()
590 totalsize = totaldone / 1024; in progress_report()
598 totaldone / 1024); in progress_report()
1129 totaldone += r; in ReceiveTarFile()
1243 totaldone += 512; in ReceiveAndUnpackTarFile()
1375 totaldone += r; in ReceiveAndUnpackTarFile()
1389 totaldone += r; in ReceiveAndUnpackTarFile()
1773 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_basebackup.c119 static uint64 totaldone;
733 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0;
743 if (totaldone / 1024 > totalsize)
744 totalsize = totaldone / 1024;
752 totaldone / 1024);
1363 totaldone += r;
1481 totaldone += 512;
1609 totaldone += r;
1622 totaldone += r;
1968 totalsize = totaldone = 0;
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_basebackup.c119 static uint64 totaldone; variable
733 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
743 if (totaldone / 1024 > totalsize) in progress_report()
744 totalsize = totaldone / 1024; in progress_report()
752 totaldone / 1024); in progress_report()
1363 totaldone += r; in ReceiveTarFile()
1481 totaldone += 512; in ReceiveAndUnpackTarFile()
1609 totaldone += r; in ReceiveAndUnpackTarFile()
1622 totaldone += r; in ReceiveAndUnpackTarFile()
1968 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_basebackup.c76 static uint64 totaldone; variable
579 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
589 if (totaldone / 1024 > totalsize) in progress_report()
590 totalsize = totaldone / 1024; in progress_report()
598 totaldone / 1024); in progress_report()
1129 totaldone += r; in ReceiveTarFile()
1243 totaldone += 512; in ReceiveAndUnpackTarFile()
1375 totaldone += r; in ReceiveAndUnpackTarFile()
1389 totaldone += r; in ReceiveAndUnpackTarFile()
1773 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_basebackup.c76 static uint64 totaldone; variable
579 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
589 if (totaldone / 1024 > totalsize) in progress_report()
590 totalsize = totaldone / 1024; in progress_report()
598 totaldone / 1024); in progress_report()
1129 totaldone += r; in ReceiveTarFile()
1243 totaldone += 512; in ReceiveAndUnpackTarFile()
1375 totaldone += r; in ReceiveAndUnpackTarFile()
1389 totaldone += r; in ReceiveAndUnpackTarFile()
1773 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_basebackup.c119 static uint64 totaldone; variable
733 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
743 if (totaldone / 1024 > totalsize) in progress_report()
744 totalsize = totaldone / 1024; in progress_report()
752 totaldone / 1024); in progress_report()
1363 totaldone += r; in ReceiveTarFile()
1481 totaldone += 512; in ReceiveAndUnpackTarFile()
1609 totaldone += r; in ReceiveAndUnpackTarFile()
1622 totaldone += r; in ReceiveAndUnpackTarFile()
1968 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_basebackup.c119 static uint64 totaldone; variable
733 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
743 if (totaldone / 1024 > totalsize) in progress_report()
744 totalsize = totaldone / 1024; in progress_report()
752 totaldone / 1024); in progress_report()
1363 totaldone += r; in ReceiveTarFile()
1481 totaldone += 512; in ReceiveAndUnpackTarFile()
1609 totaldone += r; in ReceiveAndUnpackTarFile()
1622 totaldone += r; in ReceiveAndUnpackTarFile()
1968 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_basebackup.c119 static uint64 totaldone;
733 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0;
743 if (totaldone / 1024 > totalsize)
744 totalsize = totaldone / 1024;
752 totaldone / 1024);
1363 totaldone += r;
1481 totaldone += 512;
1609 totaldone += r;
1622 totaldone += r;
1968 totalsize = totaldone = 0;
/dports/databases/postgresql12-docs/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_basebackup.c119 static uint64 totaldone; variable
733 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
743 if (totaldone / 1024 > totalsize) in progress_report()
744 totalsize = totaldone / 1024; in progress_report()
752 totaldone / 1024); in progress_report()
1363 totaldone += r; in ReceiveTarFile()
1481 totaldone += 512; in ReceiveAndUnpackTarFile()
1609 totaldone += r; in ReceiveAndUnpackTarFile()
1622 totaldone += r; in ReceiveAndUnpackTarFile()
1968 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_basebackup.c119 static uint64 totaldone; variable
733 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
743 if (totaldone / 1024 > totalsize) in progress_report()
744 totalsize = totaldone / 1024; in progress_report()
752 totaldone / 1024); in progress_report()
1363 totaldone += r; in ReceiveTarFile()
1481 totaldone += 512; in ReceiveAndUnpackTarFile()
1609 totaldone += r; in ReceiveAndUnpackTarFile()
1622 totaldone += r; in ReceiveAndUnpackTarFile()
1968 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_basebackup.c76 static uint64 totaldone; variable
579 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
589 if (totaldone / 1024 > totalsize) in progress_report()
590 totalsize = totaldone / 1024; in progress_report()
598 totaldone / 1024); in progress_report()
1129 totaldone += r; in ReceiveTarFile()
1243 totaldone += 512; in ReceiveAndUnpackTarFile()
1375 totaldone += r; in ReceiveAndUnpackTarFile()
1389 totaldone += r; in ReceiveAndUnpackTarFile()
1773 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_basebackup.c76 static uint64 totaldone; variable
579 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
589 if (totaldone / 1024 > totalsize) in progress_report()
590 totalsize = totaldone / 1024; in progress_report()
598 totaldone / 1024); in progress_report()
1129 totaldone += r; in ReceiveTarFile()
1243 totaldone += 512; in ReceiveAndUnpackTarFile()
1375 totaldone += r; in ReceiveAndUnpackTarFile()
1389 totaldone += r; in ReceiveAndUnpackTarFile()
1773 totalsize = totaldone = 0; in BaseBackup()
/dports/audio/tosha/tosha-0.6/
H A Dtoscsi.c100 int trackdone, totaldone; in print_progress() local
104 totaldone = (readsectors * 100) / totalsectors; in print_progress()
117 totaldone, (int) totalleft / 60, (int) totalleft % 60); in print_progress()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_basebackup/
H A Dpg_basebackup.c106 static uint64 totaldone; variable
730 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
740 if (totaldone / 1024 > totalsize) in progress_report()
741 totalsize = totaldone / 1024; in progress_report()
749 totaldone / 1024); in progress_report()
1280 totaldone += r; in ReceiveTarFile()
1399 totaldone += 512; in ReceiveAndUnpackTarFile()
1533 totaldone += r; in ReceiveAndUnpackTarFile()
1547 totaldone += r; in ReceiveAndUnpackTarFile()
1872 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_basebackup/
H A Dpg_basebackup.c106 static uint64 totaldone; variable
730 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
740 if (totaldone / 1024 > totalsize) in progress_report()
741 totalsize = totaldone / 1024; in progress_report()
749 totaldone / 1024); in progress_report()
1280 totaldone += r; in ReceiveTarFile()
1399 totaldone += 512; in ReceiveAndUnpackTarFile()
1533 totaldone += r; in ReceiveAndUnpackTarFile()
1547 totaldone += r; in ReceiveAndUnpackTarFile()
1872 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/pg_basebackup/
H A Dpg_basebackup.c106 static uint64 totaldone; variable
730 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
740 if (totaldone / 1024 > totalsize) in progress_report()
741 totalsize = totaldone / 1024; in progress_report()
749 totaldone / 1024); in progress_report()
1280 totaldone += r; in ReceiveTarFile()
1399 totaldone += 512; in ReceiveAndUnpackTarFile()
1533 totaldone += r; in ReceiveAndUnpackTarFile()
1547 totaldone += r; in ReceiveAndUnpackTarFile()
1872 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_basebackup/
H A Dpg_basebackup.c106 static uint64 totaldone; variable
730 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
740 if (totaldone / 1024 > totalsize) in progress_report()
741 totalsize = totaldone / 1024; in progress_report()
749 totaldone / 1024); in progress_report()
1280 totaldone += r; in ReceiveTarFile()
1399 totaldone += 512; in ReceiveAndUnpackTarFile()
1533 totaldone += r; in ReceiveAndUnpackTarFile()
1547 totaldone += r; in ReceiveAndUnpackTarFile()
1872 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_basebackup/
H A Dpg_basebackup.c106 static uint64 totaldone; variable
730 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
740 if (totaldone / 1024 > totalsize) in progress_report()
741 totalsize = totaldone / 1024; in progress_report()
749 totaldone / 1024); in progress_report()
1280 totaldone += r; in ReceiveTarFile()
1399 totaldone += 512; in ReceiveAndUnpackTarFile()
1533 totaldone += r; in ReceiveAndUnpackTarFile()
1547 totaldone += r; in ReceiveAndUnpackTarFile()
1872 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_basebackup/
H A Dpg_basebackup.c113 static uint64 totaldone; variable
756 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
766 if (totaldone / 1024 > totalsize) in progress_report()
767 totalsize = totaldone / 1024; in progress_report()
775 totaldone / 1024); in progress_report()
1309 totaldone += r; in ReceiveTarFile()
1428 totaldone += 512; in ReceiveAndUnpackTarFile()
1562 totaldone += r; in ReceiveAndUnpackTarFile()
1576 totaldone += r; in ReceiveAndUnpackTarFile()
1908 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_basebackup/
H A Dpg_basebackup.c113 static uint64 totaldone; variable
756 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
766 if (totaldone / 1024 > totalsize) in progress_report()
767 totalsize = totaldone / 1024; in progress_report()
775 totaldone / 1024); in progress_report()
1309 totaldone += r; in ReceiveTarFile()
1428 totaldone += 512; in ReceiveAndUnpackTarFile()
1562 totaldone += r; in ReceiveAndUnpackTarFile()
1576 totaldone += r; in ReceiveAndUnpackTarFile()
1908 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_basebackup/
H A Dpg_basebackup.c113 static uint64 totaldone; variable
756 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
766 if (totaldone / 1024 > totalsize) in progress_report()
767 totalsize = totaldone / 1024; in progress_report()
775 totaldone / 1024); in progress_report()
1309 totaldone += r; in ReceiveTarFile()
1428 totaldone += 512; in ReceiveAndUnpackTarFile()
1562 totaldone += r; in ReceiveAndUnpackTarFile()
1576 totaldone += r; in ReceiveAndUnpackTarFile()
1908 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_basebackup/
H A Dpg_basebackup.c113 static uint64 totaldone; variable
756 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
766 if (totaldone / 1024 > totalsize) in progress_report()
767 totalsize = totaldone / 1024; in progress_report()
775 totaldone / 1024); in progress_report()
1309 totaldone += r; in ReceiveTarFile()
1428 totaldone += 512; in ReceiveAndUnpackTarFile()
1562 totaldone += r; in ReceiveAndUnpackTarFile()
1576 totaldone += r; in ReceiveAndUnpackTarFile()
1908 totalsize = totaldone = 0; in BaseBackup()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_basebackup/
H A Dpg_basebackup.c106 static uint64 totaldone; variable
730 percent = totalsize ? (int) ((totaldone / 1024) * 100 / totalsize) : 0; in progress_report()
740 if (totaldone / 1024 > totalsize) in progress_report()
741 totalsize = totaldone / 1024; in progress_report()
749 totaldone / 1024); in progress_report()
1280 totaldone += r; in ReceiveTarFile()
1399 totaldone += 512; in ReceiveAndUnpackTarFile()
1533 totaldone += r; in ReceiveAndUnpackTarFile()
1547 totaldone += r; in ReceiveAndUnpackTarFile()
1872 totalsize = totaldone = 0; in BaseBackup()

12