Home
last modified time | relevance | path

Searched refs:first_byte_at (Results 1 – 6 of 6) sorted by relevance

/curl/lib/vquic/
H A Dvquic_int.h43 struct curltime first_byte_at; /* when first byte was recvd */ member
H A Dcurl_osslq.c290 struct curltime first_byte_at; /* when first byte was recvd */ member
1700 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()
H A Dvquic.c621 qctx->first_byte_at = qctx->last_op; in vquic_recv_packets()
H A Dcurl_quiche.c1558 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()
H A Dcurl_ngtcp2.c2459 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()
/curl/lib/
H A Dcf-socket.c943 struct curltime first_byte_at; /* when first byte was recvd */ member
1620 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