/external/curl/lib/ |
D | timeval.c | 31 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
|
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() 237 pp->response = Curl_now(); in Curl_pp_vsendf() 504 pp->response = Curl_now(); in Curl_pp_flushsend()
|
D | select.c | 54 #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()
|
D | asyn-thread.c | 572 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()
|
D | timeval.h | 40 struct curltime Curl_now(void);
|
D | progress.c | 168 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()
|
D | psl.c | 49 struct curltime now = Curl_now(); in now_seconds()
|
D | rand.c | 89 struct curltime now = Curl_now(); in randit()
|
D | file.c | 349 result = Curl_speedcheck(data, Curl_now()); in file_upload() 536 result = Curl_speedcheck(data, Curl_now()); in file_do()
|
D | conncache.c | 474 now = Curl_now(); in Curl_conncache_extract_bundle() 523 now = Curl_now(); in Curl_conncache_extract_oldest()
|
D | asyn-ares.c | 389 struct curltime now = Curl_now(); in Curl_resolver_wait_resolv() 434 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv()
|
D | connect.c | 223 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()
|
D | transfer.c | 642 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()
|
D | easy.c | 517 before = Curl_now(); in wait_or_timeout() 522 after = Curl_now(); in wait_or_timeout()
|
D | multi.c | 2124 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()
|
D | url.c | 1034 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()
|
D | telnet.c | 1562 now = Curl_now(); in telnet_do() 1680 now = Curl_now(); in telnet_do()
|
D | hostip.c | 778 timediff_t elapsed_secs = Curl_timediff(Curl_now(), in Curl_resolv_timeout()
|
D | ftp.c | 348 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()
|
D | tftp.c | 1303 result = Curl_speedcheck(conn->data, Curl_now()); in tftp_doing()
|
D | smtp.c | 1248 pp->response = Curl_now(); in smtp_done()
|
D | http2.c | 244 struct curltime now = Curl_now(); in http2_conncheck()
|
/external/curl/tests/unit/ |
D | unit1399.c | 83 struct curltime now = Curl_now();
|
/external/curl/lib/vtls/ |
D | openssl.c | 506 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/ |
D | RELEASE-NOTES | 20 o Curl_now: figure out windows version in win32_init: [11]
|