Home
last modified time | relevance | path

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

12

/third_party/curl/lib/
Dtimeval.c32 struct curltime Curl_now(void) in Curl_now() function
61 struct curltime Curl_now(void) in Curl_now() function
122 struct curltime Curl_now(void) in Curl_now() function
150 struct curltime Curl_now(void) in Curl_now() function
167 struct curltime Curl_now(void) in Curl_now() function
Drename.c46 struct curltime start = Curl_now(); in Curl_rename()
56 diff = Curl_timediff(Curl_now(), start); in Curl_rename()
Dpingpong.c63 Curl_timediff(Curl_now(), pp->response); /* spent time */ in Curl_pp_state_timeout()
68 Curl_timediff(Curl_now(), conn->now); /* spent time */ in Curl_pp_state_timeout()
123 result = Curl_speedcheck(data, Curl_now()); in Curl_pp_statemach()
146 pp->response = Curl_now(); /* start response time-out now! */ in Curl_pp_init()
231 pp->response = Curl_now(); in Curl_pp_vsendf()
492 pp->response = Curl_now(); in Curl_pp_flushsend()
Dasyn-thread.c600 timediff_t elapsed = Curl_timediff(Curl_now(), in Curl_resolver_is_resolved()
643 ms = Curl_timediff(Curl_now(), reslv->start); in Curl_resolver_getsock()
674 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
714 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
Dasyn-ares.c367 && (Curl_timediff(Curl_now(), res->happy_eyeballs_dns_time) in Curl_resolver_is_resolved()
415 struct curltime now = Curl_now(); in Curl_resolver_wait_resolv()
463 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv()
617 res->happy_eyeballs_dns_time = Curl_now(); in query_completed_cb()
Dtimeval.h40 struct curltime Curl_now(void);
Dconncache.c414 conn->lastused = Curl_now(); /* it was used up until now */ in Curl_conncache_return_conn()
452 now = Curl_now(); in Curl_conncache_extract_bundle()
500 now = Curl_now(); in Curl_conncache_extract_oldest()
Dpsl.c49 struct curltime now = Curl_now(); in now_seconds()
Dprogress.c174 struct curltime now = Curl_now(); in Curl_pgrsTime()
240 data->progress.start = Curl_now(); in Curl_pgrsStartNow()
573 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate()
Drand.c89 struct curltime now = Curl_now(); in randit()
Dfile.c344 result = Curl_speedcheck(data, Curl_now()); in file_upload()
539 result = Curl_speedcheck(data, Curl_now()); in file_do()
Dtransfer.c626 k->start100 = Curl_now(); in readwrite_data()
991 k->start100 = Curl_now(); /* timeout count starts now */ in readwrite_upload()
1243 k->now = Curl_now(); in Curl_readwrite()
1990 k->start100 = Curl_now(); in Curl_setup_transfer()
Durl.c986 struct curltime now = Curl_now(); in extract_if_dead()
1049 struct curltime now = Curl_now(); in prune_dead_connections()
1729 conn->created = Curl_now(); in allocate_conn()
1732 conn->keepalive = Curl_now(); in allocate_conn()
1810 conn->lastused = Curl_now(); /* used now */ in allocate_conn()
3438 Curl_timediff(Curl_now(), data->progress.t_startsingle));
4098 conn->now = Curl_now();
4117 conn->now = Curl_now(); /* time this *after* the connect is done, we set
4200 k->start = Curl_now(); /* start time */
Deasy.c513 before = Curl_now(); in wait_or_timeout()
518 after = Curl_now(); in wait_or_timeout()
Dconnect.c214 now = Curl_now(); in Curl_timeleft()
874 now = Curl_now(); in Curl_is_connected()
1251 conn->connecttime = Curl_now(); in singleipconnect()
Dmulti.c2545 struct curltime now = Curl_now();
2955 struct curltime now = Curl_now();
3009 now = Curl_now(); /* get a newer time since the multi_runsingle() loop
3178 struct curltime now = Curl_now();
3347 set = Curl_now();
Dtelnet.c1475 now = Curl_now(); in telnet_do()
1583 now = Curl_now(); in telnet_do()
Dhostip.c891 timediff_t elapsed_secs = Curl_timediff(Curl_now(), in Curl_resolv_timeout()
Dftp.c339 now = Curl_now(); in ftp_timeleft_accept()
3327 pp->response = Curl_now(); /* timeout relative now */ in ftp_done()
3459 pp->response = Curl_now(); /* timeout relative now */ in ftp_sendquote()
Dtftp.c1300 result = Curl_speedcheck(data, Curl_now()); in tftp_doing()
Dsmtp.c1431 pp->response = Curl_now(); in smtp_done()
/third_party/curl/tests/unit/
Dunit1399.c83 struct curltime now = Curl_now();
/third_party/curl/lib/vtls/
Dopenssl.c495 struct curltime tv = Curl_now(); in ossl_seed()
499 tv.tv_sec ^= ((Curl_now().tv_sec + Curl_now().tv_usec) * in ossl_seed()
501 tv.tv_usec ^= (unsigned int) ((Curl_now().tv_sec + in ossl_seed()
502 Curl_now().tv_usec) * in ossl_seed()
/third_party/curl/lib/vssh/
Dwolfssh.c998 struct curltime now = Curl_now(); in wssh_block_statemach()
Dlibssh2.c2941 struct curltime dis = Curl_now(); in ssh_block_statemach()
2946 struct curltime now = Curl_now(); in ssh_block_statemach()

12