Searched refs:maxtime (Results 1 – 4 of 4) sorted by relevance
79 double maxtime = 31/lW; in tc_red_eval_idle_damping() local84 if (maxtime/(1<<clog) < 512) in tc_red_eval_idle_damping()
202 time_t maxtime, timeout; in tftp_set_timeouts() local219 maxtime = (time_t)(timeout_ms + 500) / 1000; in tftp_set_timeouts()220 state->max_time = state->start_time + maxtime; in tftp_set_timeouts()223 timeout = maxtime; in tftp_set_timeouts()240 maxtime = (time_t)(timeout_ms + 500) / 1000; in tftp_set_timeouts()242 maxtime = 3600; in tftp_set_timeouts()244 state->max_time = state->start_time + maxtime; in tftp_set_timeouts()247 timeout = maxtime; in tftp_set_timeouts()
248 struct timeval maxtime; in Curl_resolver_getsock() local255 maxtime.tv_sec = CURL_TIMEOUT_RESOLVE; in Curl_resolver_getsock()256 maxtime.tv_usec = 0; in Curl_resolver_getsock()258 timeout = ares_timeout((ares_channel)conn->data->state.resolver, &maxtime, in Curl_resolver_getsock()
451 long maxtime = 0; in getTotals() local461 maxtime = time; in getTotals()470 } else if ((time > maxtime) && (count == maxCount)) { in getTotals()472 maxtime = time; in getTotals()