Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_util.c35 struct timeval tvnow(void) in tvnow() function
64 struct timeval tvnow(void) in tvnow() function
98 struct timeval tvnow(void) in tvnow() function
112 struct timeval tvnow(void) in tvnow() function
Dtool_util.h26 struct timeval tvnow(void);
Dtool_cb_prg.c131 struct timeval now = tvnow(); in tool_progress_cb()
Dtool_cb_dbg.c62 tv = tvnow(); in tool_debug_cb()
Dtool_progress.c174 now = tvnow(); in progress_meter()
Dtool_operate.c436 (tvdiff(tvnow(), per->retrystart) < in post_per_transfer()
2093 per->retrystart = tvnow(); in single_transfer()
2206 struct timeval start = tvnow(); in parallel_transfers()
/external/curl/docs/examples/
Dimap-multi.c41 static struct timeval tvnow(void) in tvnow() function
86 mp_start = tvnow(); in main()
150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
Dpop3-multi.c41 static struct timeval tvnow(void) in tvnow() function
86 mp_start = tvnow(); in main()
150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
Dsmtp-multi.c86 static struct timeval tvnow(void) in tvnow() function
153 mp_start = tvnow(); in main()
217 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
/external/curl/tests/server/
Dutil.c70 static struct timeval tvnow(void);
116 tv = tvnow(); in logmsg()
247 initial_tv = tvnow(); in wait_ms()
262 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms()
440 static struct timeval tvnow(void) in tvnow() function
466 static struct timeval tvnow(void) in tvnow() function
500 static struct timeval tvnow(void) in tvnow() function
514 static struct timeval tvnow(void) in tvnow() function