Home
last modified time | relevance | path

Searched refs:happy_eyeballs_timeout (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dcf-https-connect.c166 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()
H A Dconnect.c845 data->set.happy_eyeballs_timeout, in start_connect()
851 Curl_expire(data, data->set.happy_eyeballs_timeout, in start_connect()
H A Durldata.h1621 unsigned int happy_eyeballs_timeout; /* ms, 0 is a valid value */ member
H A Dsetopt.c1343 data->set.happy_eyeballs_timeout = (unsigned int)uarg; in setopt_long()
H A Durl.c477 set->happy_eyeballs_timeout = CURL_HET_DEFAULT; in Curl_init_userdefined()

Completed in 30 milliseconds