Searched refs:timeoutms (Results 1 – 4 of 4) sorted by relevance
/curl/lib/ |
H A D | connect.c | 366 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 D | hostip.h | 134 timediff_t timeoutms);
|
H A D | hostip.c | 897 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 D | curl_osslq.c | 1635 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