Searched refs:Curl_tvnow (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtimeval.h53 #define Curl_tvnow() curlx_tvnow() macro
H A Dpingpong.c66 Curl_tvdiff(Curl_tvnow(), pp->response); /* spent time */
71 Curl_tvdiff(Curl_tvnow(), conn->now); /* spent time */
122 result = Curl_speedcheck(data, Curl_tvnow());
145 pp->response = Curl_tvnow(); /* start response time-out now! */
230 pp->response = Curl_tvnow();
497 pp->response = Curl_tvnow();
H A Dprogress.c168 struct timeval now = Curl_tvnow();
181 data->progress.t_acceptdata = Curl_tvnow();
216 data->progress.start = Curl_tvnow();
276 now = Curl_tvnow(); /* what time is it */
H A Dasyn-ares.c361 struct timeval now = Curl_tvnow();
401 struct timeval now2 = Curl_tvnow();
H A Dfile.c304 struct timeval now = Curl_tvnow();
431 struct timeval now = Curl_tvnow();
H A Dconnect.c222 now = Curl_tvnow();
731 now = Curl_tvnow();
1048 conn->connecttime = Curl_tvnow();
1111 struct timeval before = Curl_tvnow();
H A Dhttp_digest.c370 struct timeval now = Curl_tvnow();
H A Dtransfer.c445 k->start100 = Curl_tvnow();
849 k->start100 = Curl_tvnow(); /* timeout count starts now */
1064 k->now = Curl_tvnow();
1979 k->start100 = Curl_tvnow();
H A Dmulti.c1738 struct timeval now = Curl_tvnow();
2174 struct timeval now = Curl_tvnow();
2255 now = Curl_tvnow(); /* get a newer time since the multi_runsingle() loop
2407 struct timeval now = Curl_tvnow();
2606 set = Curl_tvnow();
H A Dasyn-thread.c490 long elapsed = Curl_tvdiff(Curl_tvnow(), data->progress.t_startsingle);
H A Dhostip.c666 unsigned long elapsed_ms = Curl_tvdiff(Curl_tvnow(), conn->created);
H A Dhttp_proxy.c252 Curl_tvdiff(Curl_tvnow(), conn->now); /* spent time */
H A Dtelnet.c1542 now = Curl_tvnow();
1659 now = Curl_tvnow();
H A Durl.c2812 now = Curl_tvnow();
2864 now = Curl_tvnow();
3565 conn->created = Curl_tvnow();
5593 conn->now = Curl_tvnow();
5610 conn->now = Curl_tvnow(); /* time this *after* the connect is done, we
5816 k->start = Curl_tvnow(); /* start time */
H A Dtftp.c1268 result = Curl_speedcheck(conn->data, Curl_tvnow());
H A Dftp.c389 now = Curl_tvnow();
3331 pp->response = Curl_tvnow(); /* timeout relative now */
3451 pp->response = Curl_tvnow(); /* timeout relative now */
H A Dsmtp.c1685 pp->response = Curl_tvnow();
H A Dssh.c2681 struct timeval now = Curl_tvnow();

Completed in 149 milliseconds