Home
last modified time | relevance | path

Searched refs:tvdiff (Results 1 – 7 of 7) sorted by relevance

/external/curl/docs/examples/
Dpop3-multi.c52 static long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function
150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
Dimap-multi.c52 static long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function
150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
Dsmtp-multi.c97 static long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function
217 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
/external/curl/src/
Dtool_util.h34 long tvdiff(struct timeval t1, struct timeval t2);
Dtool_cb_prg.c147 else if((tvdiff(now, bar->prevtime) < 100L) && point < total) in tool_progress_cb()
153 if(tvdiff(now, bar->prevtime) < 100L) in tool_progress_cb()
Dtool_util.c123 long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function
Dtool_operate.c1614 (tvdiff(tvnow(), retrystart) < in operate_do()