Searched refs:curlx_tvnow (Results 1 – 8 of 8) sorted by relevance
27 struct timeval curlx_tvnow(void) in curlx_tvnow() function51 struct timeval curlx_tvnow(void) in curlx_tvnow() function85 struct timeval curlx_tvnow(void) in curlx_tvnow() function99 struct timeval curlx_tvnow(void) in curlx_tvnow() function
32 struct timeval curlx_tvnow(void);53 #define Curl_tvnow() curlx_tvnow()
55 #define elapsed_ms (int)curlx_tvdiff(curlx_tvnow(), initial_tv)100 initial_tv = curlx_tvnow(); in Curl_wait_ms()182 initial_tv = curlx_tvnow(); in Curl_socket_check()423 initial_tv = curlx_tvnow(); in Curl_poll()
600 before = curlx_tvnow(); in wait_or_timeout()605 after = curlx_tvnow(); in wait_or_timeout()686 before = curlx_tvnow(); in easy_transfer()696 struct timeval after = curlx_tvnow(); in easy_transfer()
107 tv = curlx_tvnow(); in logmsg()227 initial_tv = curlx_tvnow(); in wait_ms()241 pending_ms = timeout_ms - (int)curlx_tvdiff(curlx_tvnow(), initial_tv); in wait_ms()
228 struct timeval now = curlx_tvnow(); in Curl_rand()
616 `curlx_tvnow()`
5231 - Save one call to curlx_tvnow(), which calls gettimeofday(), in each of9306 - Introducing curlx_tvnow() and curlx_tvdiff() using the new curlx_* fashion.