Home
last modified time | relevance | path

Searched refs:hard_eyeballs_timeout_ms (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dcf-https-connect.c106 int hard_eyeballs_timeout_ms; member
150 ctx->hard_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout; in cf_hc_reset()
217 if(elapsed_ms >= ctx->hard_eyeballs_timeout_ms) { in time_to_start_h21()
219 ctx->hard_eyeballs_timeout_ms); in time_to_start_h21()
231 Curl_expire(data, ctx->hard_eyeballs_timeout_ms - elapsed_ms, in time_to_start_h21()

Completed in 2 milliseconds