Home
last modified time | relevance | path

Searched refs:STALLTIME (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dprogress.c45 STALLTIME = 5 enumerator
171 if (since_last_update >= STALLTIME) { in bb_progress_update()
181 if (since_last_update >= STALLTIME) { in bb_progress_update()
/dports/ftp/tnftp/tnftp-20210827/src/
H A Dprogressbar.h42 #define STALLTIME 5 /* # of seconds of no xfer before "stalling" */ macro
H A Dprogressbar.c277 } else if (wait.tv_sec >= STALLTIME) {
379 if (wait.tv_sec >= STALLTIME)
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dprogressbar.cc152 #define STALLTIME 5 macro
273 if (wait.sec() >= STALLTIME) in run_timer()
285 else if (wait.sec() >= STALLTIME) in run_timer()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dftp_var.h69 #define STALLTIME 5 /* # of seconds of no xfer before "stalling" */ macro
H A Dutil.c691 if (wait.tv_sec >= STALLTIME) { /* fudge out stalled time */
705 } else if (wait.tv_sec >= STALLTIME) {