Searched refs:first_byte_at (Results 1 – 6 of 6) sorted by relevance
43 struct curltime first_byte_at; /* when first byte was recvd */ member
290 struct curltime first_byte_at; /* when first byte was recvd */ member1700 ctx->first_byte_at = Curl_now(); in cf_osslq_connect()2286 timediff_t ms = Curl_timediff(ctx->first_byte_at, ctx->started_at); in cf_osslq_query()2295 *when = ctx->first_byte_at; in cf_osslq_query()
621 qctx->first_byte_at = qctx->last_op; in vquic_recv_packets()
1558 timediff_t ms = Curl_timediff(ctx->q.first_byte_at, ctx->started_at); in cf_quiche_query()1567 *when = ctx->q.first_byte_at; in cf_quiche_query()
2459 timediff_t ms = Curl_timediff(ctx->q.first_byte_at, ctx->started_at); in cf_ngtcp2_query()2468 *when = ctx->q.first_byte_at; in cf_ngtcp2_query()
943 struct curltime first_byte_at; /* when first byte was recvd */ member1620 ctx->first_byte_at = Curl_now(); in cf_socket_recv()1731 timediff_t ms = Curl_timediff(ctx->first_byte_at, ctx->started_at); in cf_socket_query()1745 *when = ctx->first_byte_at; in cf_socket_query()
Completed in 30 milliseconds