Home
last modified time | relevance | path

Searched refs:timeoutms (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dconnect.c366 timediff_t timeoutms; /* timeout for current attempt */ member
427 baller->timeoutms = addr_next_match(baller->addr, baller->ai_family) ? in eyeballer_new()
497 Curl_expire(data, baller->timeoutms, baller->timeout_id); in baller_initiate()
519 timediff_t timeoutms) in baller_start() argument
528 USETIME(timeoutms) : timeoutms; in baller_start()
546 timediff_t timeoutms) in baller_start_next() argument
556 baller_start(cf, data, baller, timeoutms); in baller_start_next()
587 "ms, move on!", baller->name, baller->timeoutms); in baller_connect()
701 baller->name, baller->timeoutms); in is_connected()
839 ctx->baller[0]->name, ctx->baller[0]->timeoutms); in start_connect()
[all …]
H A Dhostip.h134 timediff_t timeoutms);
H A Dhostip.c897 timediff_t timeoutms) in Curl_resolv_timeout() argument
916 if(timeoutms < 0) in Curl_resolv_timeout()
925 timeout = (timeoutms > LONG_MAX) ? LONG_MAX : (long)timeoutms; in Curl_resolv_timeout()
983 if(timeoutms) in Curl_resolv_timeout()
986 (void)timeoutms; /* timeoutms not used with an async resolver */ in Curl_resolv_timeout()
/curl/lib/vquic/
H A Dcurl_osslq.c1635 timediff_t timeoutms; in check_and_set_expiry() local
1641 timeoutms = curlx_tvtoms(&tv); in check_and_set_expiry()
1643 if(timeoutms <= 0) { in check_and_set_expiry()
1651 timeoutms = curlx_tvtoms(&tv); in check_and_set_expiry()
1655 Curl_expire(data, timeoutms, EXPIRE_QUIC); in check_and_set_expiry()
1656 CURL_TRC_CF(data, cf, "QUIC expiry in %ldms", (long)timeoutms); in check_and_set_expiry()

Completed in 43 milliseconds