/third_party/curl/lib/ |
D | timeval.c | 32 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
|
D | rename.c | 46 struct curltime start = Curl_now(); in Curl_rename() 56 diff = Curl_timediff(Curl_now(), start); in Curl_rename()
|
D | pingpong.c | 63 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()
|
D | asyn-thread.c | 600 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()
|
D | asyn-ares.c | 367 && (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()
|
D | timeval.h | 40 struct curltime Curl_now(void);
|
D | conncache.c | 414 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()
|
D | psl.c | 49 struct curltime now = Curl_now(); in now_seconds()
|
D | progress.c | 174 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()
|
D | rand.c | 89 struct curltime now = Curl_now(); in randit()
|
D | file.c | 344 result = Curl_speedcheck(data, Curl_now()); in file_upload() 539 result = Curl_speedcheck(data, Curl_now()); in file_do()
|
D | transfer.c | 626 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()
|
D | url.c | 986 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 */
|
D | easy.c | 513 before = Curl_now(); in wait_or_timeout() 518 after = Curl_now(); in wait_or_timeout()
|
D | connect.c | 214 now = Curl_now(); in Curl_timeleft() 874 now = Curl_now(); in Curl_is_connected() 1251 conn->connecttime = Curl_now(); in singleipconnect()
|
D | multi.c | 2545 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();
|
D | telnet.c | 1475 now = Curl_now(); in telnet_do() 1583 now = Curl_now(); in telnet_do()
|
D | hostip.c | 891 timediff_t elapsed_secs = Curl_timediff(Curl_now(), in Curl_resolv_timeout()
|
D | ftp.c | 339 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()
|
D | tftp.c | 1300 result = Curl_speedcheck(data, Curl_now()); in tftp_doing()
|
D | smtp.c | 1431 pp->response = Curl_now(); in smtp_done()
|
/third_party/curl/tests/unit/ |
D | unit1399.c | 83 struct curltime now = Curl_now();
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 495 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/ |
D | wolfssh.c | 998 struct curltime now = Curl_now(); in wssh_block_statemach()
|
D | libssh2.c | 2941 struct curltime dis = Curl_now(); in ssh_block_statemach() 2946 struct curltime now = Curl_now(); in ssh_block_statemach()
|