Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcf-https-connect.c150 ctx->hard_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout; in cf_hc_reset()
151 ctx->soft_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout / 2; in cf_hc_reset()
Dconnect.c820 data->set.happy_eyeballs_timeout, in start_connect()
827 Curl_expire(data, data->set.happy_eyeballs_timeout, in start_connect()
Durldata.h1693 unsigned int happy_eyeballs_timeout; /* ms, 0 is a valid value */ member
Dsetopt.c3024 data->set.happy_eyeballs_timeout = (unsigned int)uarg; in Curl_vsetopt()
Durl.c611 set->happy_eyeballs_timeout = CURL_HET_DEFAULT; in Curl_init_userdefined()