Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dconnect.c346 timediff_t timeoutms; /* timeout for current attempt */ member
406 baller->timeoutms = addr_next_match(baller->addr, baller->ai_family)? in eyeballer_new()
476 Curl_expire(data, baller->timeoutms, baller->timeout_id); in baller_initiate()
498 timediff_t timeoutms) in baller_start()
506 baller->timeoutms = addr_next_match(baller->addr, baller->ai_family) ? in baller_start()
507 USETIME(timeoutms) : timeoutms; in baller_start()
525 timediff_t timeoutms) in baller_start_next()
533 baller_start(cf, data, baller, timeoutms); in baller_start_next()
562 else if(Curl_timediff(*now, baller->started) >= baller->timeoutms) { in baller_connect()
495 baller_start(struct Curl_cfilter *cf, struct Curl_easy *data, struct eyeballer *baller, timediff_t timeoutms) baller_start() argument
522 baller_start_next(struct Curl_cfilter *cf, struct Curl_easy *data, struct eyeballer *baller, timediff_t timeoutms) baller_start_next() argument
[all...]
H A Dhostip.c896 timediff_t timeoutms) in Curl_resolv_timeout()
915 if(timeoutms < 0) in Curl_resolv_timeout()
924 timeout = (timeoutms > LONG_MAX) ? LONG_MAX : (long)timeoutms; in Curl_resolv_timeout()
982 if(timeoutms) in Curl_resolv_timeout()
985 (void)timeoutms; /* timeoutms not used with an async resolver */ in Curl_resolv_timeout()
892 Curl_resolv_timeout(struct Curl_easy *data, const char *hostname, int port, struct Curl_dns_entry **entry, timediff_t timeoutms) Curl_resolv_timeout() argument
H A Dhostip.h97 timediff_t timeoutms);
/third_party/curl/lib/vquic/
H A Dcurl_osslq.c1491 timediff_t timeoutms; in check_and_set_expiry() local
1497 timeoutms = curlx_tvtoms(&tv); in check_and_set_expiry()
1499 if(timeoutms <= 0) { in check_and_set_expiry()
1507 timeoutms = curlx_tvtoms(&tv); in check_and_set_expiry()
1511 Curl_expire(data, timeoutms, EXPIRE_QUIC); in check_and_set_expiry()
1512 CURL_TRC_CF(data, cf, "QUIC expiry in %ldms", (long)timeoutms); in check_and_set_expiry()

Completed in 8 milliseconds