Searched refs:tvdiff (Results 1 – 7 of 7) sorted by relevance
/external/curl/docs/examples/ |
D | pop3-multi.c | 52 static long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function 150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
|
D | imap-multi.c | 52 static long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function 150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
|
D | smtp-multi.c | 97 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/ |
D | tool_util.h | 34 long tvdiff(struct timeval t1, struct timeval t2);
|
D | tool_cb_prg.c | 147 else if((tvdiff(now, bar->prevtime) < 100L) && point < total) in tool_progress_cb() 153 if(tvdiff(now, bar->prevtime) < 100L) in tool_progress_cb()
|
D | tool_util.c | 123 long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function
|
D | tool_operate.c | 1614 (tvdiff(tvnow(), retrystart) < in operate_do()
|