Searched refs:fetchTimeout (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libfetch/
H A Dfetch.h148 extern int fetchTimeout;
H A Dcommon.c1339 if (fetchTimeout > 0) {
1341 timeout.tv_sec += fetchTimeout;
1382 if (fetchTimeout > 0) {
1481 if (fetchTimeout) {
1485 timeout.tv_sec += fetchTimeout;
1490 while (fetchTimeout && pfd.revents == 0) {
H A Dfetch.c50 int fetchTimeout; variable
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c518 fetchTimeout = timeout;

Completed in 204 milliseconds