Home
last modified time | relevance | path

Searched refs:Curl_now (Results 1 – 25 of 40) sorted by relevance

12

/curl/lib/
H A Drename.c48 struct curltime start = Curl_now(); in Curl_rename()
58 diff = Curl_timediff(Curl_now(), start); in Curl_rename()
H A Dtimeval.c33 struct curltime Curl_now(void) in Curl_now() function
63 struct curltime Curl_now(void) in Curl_now() function
137 struct curltime Curl_now(void) in Curl_now() function
165 struct curltime Curl_now(void) in Curl_now() function
182 struct curltime Curl_now(void) in Curl_now() function
H A Dpingpong.c66 Curl_timediff(Curl_now(), pp->response); /* spent time */ in Curl_pp_state_timeout()
71 Curl_timediff(Curl_now(), conn->now); /* spent time */ in Curl_pp_state_timeout()
126 result = Curl_speedcheck(data, Curl_now()); in Curl_pp_statemach()
146 pp->response = Curl_now(); /* start response time-out now! */ in Curl_pp_init()
225 pp->response = Curl_now(); in Curl_pp_vsendf()
421 pp->response = Curl_now(); in Curl_pp_flushsend()
H A Dtimeval.h36 struct curltime Curl_now(void);
H A Dsocketpair.c197 struct curltime start = Curl_now(); in Curl_socketpair()
221 if(Curl_timediff(Curl_now(), start) > (60 * 1000)) in Curl_socketpair()
H A Dpsl.c51 struct curltime now = Curl_now(); in now_seconds()
H A Dasyn-ares.c405 && (Curl_timediff(Curl_now(), res->happy_eyeballs_dns_time) in Curl_resolver_is_resolved()
454 struct curltime now = Curl_now(); in Curl_resolver_wait_resolv()
503 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv()
659 res->happy_eyeballs_dns_time = Curl_now(); in query_completed_cb()
H A Dconncache.c385 conn->lastused = Curl_now(); /* it was used up until now */ in Curl_conncache_return_conn()
428 now = Curl_now(); in Curl_conncache_extract_bundle()
476 now = Curl_now(); in Curl_conncache_extract_oldest()
H A Dprogress.c244 struct curltime now = Curl_now(); in Curl_pgrsTime()
253 data->progress.start = Curl_now(); in Curl_pgrsStartNow()
592 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate()
H A Dcf-https-connect.c120 b->started = Curl_now(); in cf_hc_baller_init()
169 winner->name, (int)Curl_timediff(Curl_now(), winner->started), in baller_connected()
252 now = Curl_now(); in cf_hc_connect()
H A Dasyn-thread.c866 timediff_t elapsed = Curl_timediff(Curl_now(), in Curl_resolver_is_resolved()
909 ms = Curl_timediff(Curl_now(), reslv->start); in Curl_resolver_getsock()
940 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
984 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
H A Drand.c167 struct curltime now = Curl_now(); in randit()
H A Dfile.c400 result = Curl_speedcheck(data, Curl_now()); in file_upload()
597 result = Curl_speedcheck(data, Curl_now()); in file_do()
H A Dcf-socket.c1090 ctx->started_at = Curl_now(); in cf_socket_open()
1193 ctx->connected_at = Curl_now(); in cf_socket_open()
1316 ctx->connected_at = Curl_now(); in cf_tcp_connect()
1411 struct curltime n = Curl_now(); in win_update_sndbuf_size()
1587 ctx->first_byte_at = Curl_now(); in cf_socket_recv()
2029 ctx->connected_at = Curl_now(); in Curl_conn_tcp_listen_set()
2094 ctx->connected_at = Curl_now(); in Curl_conn_tcp_accepted_set()
H A Dconnect.c118 now = Curl_now(); in Curl_timeleft()
512 baller->started = Curl_now(); in baller_start()
607 now = Curl_now(); in is_connected()
767 ctx->started = Curl_now(); in start_connect()
H A Deasy.c579 before = Curl_now(); in wait_or_timeout()
586 after = Curl_now(); in wait_or_timeout()
1317 struct curltime now = Curl_now(); in upkeep()
H A Drequest.c89 req->start = Curl_now(); in Curl_req_start()
H A Dmulti.c2757 struct curltime now = Curl_now();
3212 struct curltime now = Curl_now();
3269 now = Curl_now(); /* get a newer time since the multi_runsingle() loop
3454 struct curltime now = Curl_now();
3627 set = Curl_now();
H A Dtelnet.c1511 now = Curl_now(); in telnet_do()
1633 now = Curl_now(); in telnet_do()
/curl/tests/unit/
H A Dunit2600.c125 (int)Curl_timediff(Curl_now(), current_tr->started), ctx->id); in cf_test_destroy()
143 duration_ms = Curl_timediff(Curl_now(), ctx->started); in cf_test_connect()
193 ctx->started = Curl_now(); in cf_test_create()
317 tr.started = Curl_now(); in test_connect()
319 tr.ended = Curl_now(); in test_connect()
H A Dunit1399.c85 struct curltime now = Curl_now();
/curl/lib/vtls/
H A Dopenssl.c1013 struct curltime tv = Curl_now(); in ossl_seed()
1017 tv.tv_sec ^= ((Curl_now().tv_sec + (time_t)Curl_now().tv_usec) * in ossl_seed()
1019 tv.tv_usec ^= (int) ((Curl_now().tv_sec + (time_t)Curl_now().tv_usec) * in ossl_seed()
3387 struct curltime now = Curl_now(); in cached_x509_store_expired()
3472 share->time = Curl_now(); in set_cached_x509_store()
H A Dwolfssl.c472 struct curltime now = Curl_now(); in cached_x509_store_expired()
557 share->time = Curl_now(); in set_cached_x509_store()
/curl/lib/vquic/
H A Dcurl_msh3.c895 ctx->connect_started = Curl_now(); in cf_msh3_connect()
902 ctx->handshake_at = Curl_now(); in cf_msh3_connect()
H A Dcurl_osslq.c1489 ctx->q.last_io = Curl_now(); in h3_send_streams()
1603 now = Curl_now(); in cf_osslq_connect()
1623 ctx->first_byte_at = Curl_now(); in cf_osslq_connect()
2139 idletime = Curl_timediff(Curl_now(), ctx->q.last_io); in cf_osslq_conn_is_alive()

Completed in 107 milliseconds

12