Home
last modified time | relevance | path

Searched refs:started_at (Results 1 – 5 of 5) sorted by relevance

/curl/tests/http/testenv/
H A Dcurl.py61 def __init__(self, pid: int, started_at: datetime, run_dir):
63 self._started_at = started_at
757 started_at = datetime.now()
765 end_at = started_at + timedelta(seconds=self._timeout) \
771 profile = RunProfile(p.pid, started_at, self._run_dir)
797 duration = now - started_at
808 duration=datetime.now() - started_at,
/curl/lib/
H A Dcf-socket.c938 struct curltime started_at; /* when socket was created */ member
1010 memset(&ctx->started_at, 0, sizeof(ctx->started_at)); in cf_socket_close()
1116 ctx->started_at = Curl_now(); in cf_socket_open()
1728 timediff_t ms = Curl_timediff(ctx->first_byte_at, ctx->started_at); in cf_socket_query()
/curl/lib/vquic/
H A Dcurl_quiche.c97 struct curltime started_at; /* time the current attempt started */ member
1413 ctx->started_at = ctx->q.last_op; in cf_quiche_connect()
1430 (int)Curl_timediff(ctx->handshake_at, ctx->started_at)); in cf_quiche_connect()
1558 timediff_t ms = Curl_timediff(ctx->q.first_byte_at, ctx->started_at); in cf_quiche_query()
H A Dcurl_ngtcp2.c130 struct curltime started_at; /* time the current attempt started */ member
2314 ctx->started_at = now; in cf_ngtcp2_connect()
2334 (int)Curl_timediff(now, ctx->started_at)); in cf_ngtcp2_connect()
2409 timediff_t ms = Curl_timediff(ctx->q.first_byte_at, ctx->started_at); in cf_ngtcp2_query()
H A Dcurl_osslq.c288 struct curltime started_at; /* time the current attempt started */ member
1689 ctx->started_at = now; in cf_osslq_connect()
1711 (int)Curl_timediff(now, ctx->started_at)); in cf_osslq_connect()
2278 timediff_t ms = Curl_timediff(ctx->first_byte_at, ctx->started_at); in cf_osslq_query()

Completed in 54 milliseconds