Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dutil.c70 static struct timeval tvnow(void);
116 tv = tvnow(); in logmsg()
235 initial_tv = tvnow(); in wait_ms()
250 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms()
405 static struct timeval tvnow(void) in tvnow() function
431 static struct timeval tvnow(void) in tvnow() function
465 static struct timeval tvnow(void) in tvnow() function
479 static struct timeval tvnow(void) in tvnow() function
/external/curl/src/
Dtool_util.c30 struct timeval tvnow(void) in tvnow() function
56 struct timeval tvnow(void) in tvnow() function
90 struct timeval tvnow(void) in tvnow() function
104 struct timeval tvnow(void) in tvnow() function
Dtool_util.h26 struct timeval tvnow(void);
Dtool_cb_prg.c123 struct timeval now = tvnow(); in tool_progress_cb()
Dtool_cb_dbg.c62 tv = tvnow(); in tool_debug_cb()
Dtool_operate.c1557 retrystart = tvnow(); in operate_do()
1614 (tvdiff(tvnow(), retrystart) < in operate_do()
/external/curl/docs/examples/
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()
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()
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/
DCHANGES2346 - tvnow: silence conversion warnings