Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_quiche.c100 struct curltime reconnect_at; /* time the next attempt should start */ member
1397 if(ctx->reconnect_at.tv_sec && in cf_quiche_connect()
1398 Curl_timediff(ctx->q.last_op, ctx->reconnect_at) < 0) { in cf_quiche_connect()
H A Dcurl_osslq.c291 struct curltime reconnect_at; /* time the next attempt should start */ member
1675 if(ctx->reconnect_at.tv_sec && Curl_timediff(now, ctx->reconnect_at) < 0) { in cf_osslq_connect()
H A Dcurl_ngtcp2.c132 struct curltime reconnect_at; /* time the next attempt should start */ member
2325 if(ctx->reconnect_at.tv_sec && Curl_timediff(now, ctx->reconnect_at) < 0) { in cf_ngtcp2_connect()

Completed in 39 milliseconds