Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dtimeval.c31 struct curltime Curl_now(void) in Curl_now() function
60 struct curltime Curl_now(void) in Curl_now() function
117 struct curltime Curl_now(void) in Curl_now() function
145 struct curltime Curl_now(void) in Curl_now() function
162 struct curltime Curl_now(void) in Curl_now() function
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()
237 pp->response = Curl_now(); in Curl_pp_vsendf()
504 pp->response = Curl_now(); in Curl_pp_flushsend()
Dselect.c54 #define ELAPSED_MS() (int)Curl_timediff(Curl_now(), initial_tv)
98 initial_tv = Curl_now(); in Curl_wait_ms()
186 initial_tv = Curl_now(); in Curl_socket_check()
428 initial_tv = Curl_now(); in Curl_poll()
Dasyn-thread.c572 timediff_t elapsed = Curl_timediff(Curl_now(), in Curl_resolver_is_resolved()
604 ms = Curl_timediff(Curl_now(), reslv->start); in Curl_resolver_getsock()
636 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
713 reslv->start = Curl_now(); in Curl_resolver_getaddrinfo()
Dtimeval.h40 struct curltime Curl_now(void);
Dprogress.c168 struct curltime now = Curl_now(); in Curl_pgrsTime()
233 data->progress.start = Curl_now(); in Curl_pgrsStartNow()
380 now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate()
Dpsl.c49 struct curltime now = Curl_now(); in now_seconds()
Drand.c89 struct curltime now = Curl_now(); in randit()
Dfile.c349 result = Curl_speedcheck(data, Curl_now()); in file_upload()
536 result = Curl_speedcheck(data, Curl_now()); in file_do()
Dconncache.c474 now = Curl_now(); in Curl_conncache_extract_bundle()
523 now = Curl_now(); in Curl_conncache_extract_oldest()
Dasyn-ares.c389 struct curltime now = Curl_now(); in Curl_resolver_wait_resolv()
434 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv()
Dconnect.c223 now = Curl_now(); in Curl_timeleft()
757 now = Curl_now(); in Curl_is_connected()
1087 conn->connecttime = Curl_now(); in singleipconnect()
1188 struct curltime before = Curl_now(); in Curl_connecthost()
Dtransfer.c642 k->start100 = Curl_now(); in readwrite_data()
1080 k->start100 = Curl_now(); /* timeout count starts now */ in readwrite_upload()
1310 k->now = Curl_now(); in Curl_readwrite()
1935 k->start100 = Curl_now(); in Curl_setup_transfer()
Deasy.c517 before = Curl_now(); in wait_or_timeout()
522 after = Curl_now(); in wait_or_timeout()
Dmulti.c2124 struct curltime now = Curl_now(); in curl_multi_perform()
2535 struct curltime now = Curl_now(); in multi_socket()
2618 now = Curl_now(); /* get a newer time since the multi_runsingle() loop in multi_socket()
2785 struct curltime now = Curl_now(); in multi_timeout()
2953 set = Curl_now(); in Curl_expire()
Durl.c1034 struct curltime now = Curl_now(); in prune_dead_connections()
1863 conn->created = Curl_now(); in allocate_conn()
1866 conn->keepalive = Curl_now(); in allocate_conn()
4163 conn->now = Curl_now(); in Curl_setup_conn()
4180 conn->now = Curl_now(); /* time this *after* the connect is done, we set in Curl_setup_conn()
4267 k->start = Curl_now(); /* start time */ in Curl_init_do()
Dtelnet.c1562 now = Curl_now(); in telnet_do()
1680 now = Curl_now(); in telnet_do()
Dhostip.c778 timediff_t elapsed_secs = Curl_timediff(Curl_now(), in Curl_resolv_timeout()
Dftp.c348 now = Curl_now(); in ftp_timeleft_accept()
3267 pp->response = Curl_now(); /* timeout relative now */ in ftp_done()
3387 pp->response = Curl_now(); /* timeout relative now */ in ftp_sendquote()
Dtftp.c1303 result = Curl_speedcheck(conn->data, Curl_now()); in tftp_doing()
Dsmtp.c1248 pp->response = Curl_now(); in smtp_done()
Dhttp2.c244 struct curltime now = Curl_now(); in http2_conncheck()
/external/curl/tests/unit/
Dunit1399.c83 struct curltime now = Curl_now();
/external/curl/lib/vtls/
Dopenssl.c506 struct curltime tv = Curl_now(); in Curl_ossl_seed()
510 tv.tv_sec ^= ((Curl_now().tv_sec + Curl_now().tv_usec) * in Curl_ossl_seed()
512 tv.tv_usec ^= (unsigned int) ((Curl_now().tv_sec + in Curl_ossl_seed()
513 Curl_now().tv_usec) * in Curl_ossl_seed()
/external/curl/
DRELEASE-NOTES20 o Curl_now: figure out windows version in win32_init: [11]

12