Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/phttpget/
H A Dphttpget.c128 long http_timeout; in readenv() local
188 http_timeout = strtol(env_HTTP_TIMEOUT, &p, 10); in readenv()
190 (http_timeout < 0)) in readenv()
194 timo.tv_sec = http_timeout; in readenv()
/freebsd-14.2/usr.bin/fetch/
H A Dfetch.c96 static long http_timeout = TIMEOUT;/* default timeout for HTTP transfers */ variable
507 timeout = T_secs ? T_secs : http_timeout; in fetch()
1119 http_timeout = strtol(s, &end, 10); in main()
1120 if (*s == '\0' || *end != '\0' || http_timeout < 0) { in main()
1122 http_timeout = 0; in main()