Searched refs:handshake_at (Results 1 – 4 of 4) sorted by relevance
121 struct curltime handshake_at; /* time connect handshake finished */ member909 ctx->handshake_at = Curl_now(); in cf_msh3_connect()1011 *when = ctx->handshake_at; in cf_msh3_query()1017 *when = ctx->handshake_at; in cf_msh3_query()
98 struct curltime handshake_at; /* time connect handshake finished */ member1428 ctx->handshake_at = ctx->q.last_op; in cf_quiche_connect()1430 (int)Curl_timediff(ctx->handshake_at, ctx->started_at)); in cf_quiche_connect()1573 *when = ctx->handshake_at; in cf_quiche_query()
132 struct curltime handshake_at; /* time connect handshake finished */ member2382 ctx->handshake_at = now; in cf_ngtcp2_connect()2474 *when = ctx->handshake_at; in cf_ngtcp2_query()
289 struct curltime handshake_at; /* time connect handshake finished */ member1717 ctx->handshake_at = now; in cf_osslq_connect()2301 *when = ctx->handshake_at; in cf_osslq_query()
Completed in 26 milliseconds