Searched refs:happy_eyeballs_timeout (Results 1 – 5 of 5) sorted by relevance
166 ctx->hard_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout; in cf_hc_reset()167 ctx->soft_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout / 2; in cf_hc_reset()
845 data->set.happy_eyeballs_timeout, in start_connect()851 Curl_expire(data, data->set.happy_eyeballs_timeout, in start_connect()
1621 unsigned int happy_eyeballs_timeout; /* ms, 0 is a valid value */ member
1343 data->set.happy_eyeballs_timeout = (unsigned int)uarg; in setopt_long()
477 set->happy_eyeballs_timeout = CURL_HET_DEFAULT; in Curl_init_userdefined()
Completed in 30 milliseconds