Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c130 struct curltime reconnect_at; /* time the next attempt should start */ member
2139 if(ctx->reconnect_at.tv_sec && Curl_timediff(now, ctx->reconnect_at) < 0) { in cf_ngtcp2_connect()
H A Dcurl_osslq.c290 struct curltime reconnect_at; /* time the next attempt should start */ member
1545 if(ctx->reconnect_at.tv_sec && Curl_timediff(now, ctx->reconnect_at) < 0) { in cf_osslq_connect()
H A Dcurl_quiche.c99 struct curltime reconnect_at; /* time the next attempt should start */ member
1332 if(ctx->reconnect_at.tv_sec && in cf_quiche_connect()
1333 Curl_timediff(ctx->q.last_op, ctx->reconnect_at) < 0) { in cf_quiche_connect()

Completed in 9 milliseconds