Home
last modified time | relevance | path

Searched refs:tvnow (Results 1 – 8 of 8) sorted by relevance

/curl/src/
H A Dtool_util.c38 struct timeval tvnow(void) in tvnow() function
67 struct timeval tvnow(void) in tvnow() function
101 struct timeval tvnow(void) in tvnow() function
115 struct timeval tvnow(void) in tvnow() function
H A Dtool_util.h28 struct timeval tvnow(void);
H A Dtool_cb_rea.c58 struct timeval now = tvnow(); in tool_read_cb()
134 struct timeval now = tvnow(); in tool_readbusy_cb()
H A Dtool_cb_prg.c136 struct timeval now = tvnow(); in tool_progress_cb()
H A Dtool_cb_dbg.c111 tv = tvnow(); in tool_debug_cb()
H A Dtool_progress.c167 now = tvnow(); in progress_meter()
H A Dtool_operate.c429 per->start = tvnow(); in pre_transfer()
543 (tvdiff(tvnow(), per->retrystart) < in post_per_transfer()
648 curl_off_t seconds = tvdiff(tvnow(), per->retrystart)/1000; in post_per_transfer()
2334 per->retrystart = tvnow(); in single_transfer()
2782 s->start = tvnow(); in parallel_transfers()
2871 start = tvnow(); in serial_transfers()
2934 long milli = tvdiff(tvnow(), start); in serial_transfers()
/curl/tests/server/
H A Dutil.c55 static struct timeval tvnow(void);
101 tv = tvnow(); in logmsg()
252 initial_tv = tvnow(); in wait_ms()
267 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms()
370 static struct timeval tvnow(void) in tvnow() function
395 static struct timeval tvnow(void) in tvnow() function
429 static struct timeval tvnow(void) in tvnow() function
443 static struct timeval tvnow(void) in tvnow() function

Completed in 33 milliseconds