Searched refs:http_timeout (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c128 long http_timeout; local
188 http_timeout = strtol(env_HTTP_TIMEOUT, &p, 10);
190 (http_timeout < 0))
194 timo.tv_sec = http_timeout;
/freebsd-10.0-release/usr.bin/fetch/
H A Dfetch.c95 static long http_timeout = TIMEOUT;/* default timeout for HTTP transfers */ variable
479 timeout = T_secs ? T_secs : http_timeout;
1078 http_timeout = strtol(s, &end, 10);
1079 if (*s == '\0' || *end != '\0' || http_timeout < 0) {
1081 http_timeout = 0;

Completed in 103 milliseconds