Searched refs:Curl_tvnow (Results 1 – 16 of 16) sorted by relevance
64 Curl_tvdiff(Curl_tvnow(), pp->response); /* spent time */ in Curl_pp_state_timeout()69 Curl_tvdiff(Curl_tvnow(), conn->now); /* spent time */ in Curl_pp_state_timeout()120 result = Curl_speedcheck(data, Curl_tvnow()); in Curl_pp_statemach()143 pp->response = Curl_tvnow(); /* start response time-out now! */ in Curl_pp_init()228 pp->response = Curl_tvnow(); in Curl_pp_vsendf()489 pp->response = Curl_tvnow(); in Curl_pp_flushsend()
166 struct timeval now = Curl_tvnow(); in Curl_pgrsTime()183 data->progress.t_acceptdata = Curl_tvnow(); in Curl_pgrsTime()218 data->progress.start = Curl_tvnow(); in Curl_pgrsStartNow()284 now = Curl_tvnow(); /* what time is it */ in Curl_pgrsUpdate()
53 #define Curl_tvnow() curlx_tvnow() macro
220 now = Curl_tvnow(); in Curl_timeleft()740 now = Curl_tvnow(); in Curl_is_connected()1076 conn->connecttime = Curl_tvnow(); in singleipconnect()1139 struct timeval before = Curl_tvnow(); in Curl_connecthost()
310 struct timeval now = Curl_tvnow(); in file_upload()435 struct timeval now = Curl_tvnow(); in file_do()
358 struct timeval now = Curl_tvnow(); in Curl_resolver_wait_resolv()398 struct timeval now2 = Curl_tvnow(); in Curl_resolver_wait_resolv()
443 k->start100 = Curl_tvnow(); in readwrite_data()852 k->start100 = Curl_tvnow(); /* timeout count starts now */ in readwrite_upload()1076 k->now = Curl_tvnow(); in Curl_readwrite()1984 k->start100 = Curl_tvnow(); in Curl_setup_transfer()
1773 struct timeval now = Curl_tvnow(); in curl_multi_perform()2203 struct timeval now = Curl_tvnow(); in multi_socket()2282 now = Curl_tvnow(); /* get a newer time since the multi_runsingle() loop in multi_socket()2432 struct timeval now = Curl_tvnow(); in multi_timeout()2615 set = Curl_tvnow(); in Curl_expire()2677 set = Curl_tvnow(); in Curl_expire_latest()
526 long elapsed = Curl_tvdiff(Curl_tvnow(), data->progress.t_startsingle); in Curl_resolver_is_resolved()
688 unsigned long elapsed_ms = Curl_tvdiff(Curl_tvnow(), conn->created); in Curl_resolv_timeout()
2945 now = Curl_tvnow(); in find_oldest_idle_connection()2997 now = Curl_tvnow(); in find_oldest_idle_connection_in_bundle()3071 struct timeval now = Curl_tvnow(); in prune_dead_connections()3780 conn->created = Curl_tvnow(); in allocate_conn()5915 conn->now = Curl_tvnow(); in Curl_setup_conn()5932 conn->now = Curl_tvnow(); /* time this *after* the connect is done, we in Curl_setup_conn()6142 k->start = Curl_tvnow(); /* start time */ in do_init()
1539 now = Curl_tvnow(); in telnet_do()1656 now = Curl_tvnow(); in telnet_do()
385 now = Curl_tvnow(); in ftp_timeleft_accept()3366 pp->response = Curl_tvnow(); /* timeout relative now */ in ftp_done()3486 pp->response = Curl_tvnow(); /* timeout relative now */ in ftp_sendquote()
1269 result = Curl_speedcheck(conn->data, Curl_tvnow()); in tftp_doing()
1250 pp->response = Curl_tvnow(); in smtp_done()
2721 struct timeval now = Curl_tvnow(); in ssh_block_statemach()