Home
last modified time | relevance | path

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

/curl/lib/
H A Dtftp.c206 time_t maxtime, timeout; in tftp_set_timeouts() local
220 maxtime = (time_t)(timeout_ms + 500) / 1000; in tftp_set_timeouts()
222 maxtime = 3600; /* use for calculating block timeouts */ in tftp_set_timeouts()
225 timeout = maxtime; in tftp_set_timeouts()
H A Dasyn-ares.c293 struct timeval maxtime = { CURL_TIMEOUT_RESOLVE, 0 }; in Curl_resolver_getsock() local
298 ares_timeout((ares_channel)data->state.async.resolver, &maxtime, &timebuf); in Curl_resolver_getsock()

Completed in 12 milliseconds