Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_util.h46 #undef tvdiff
51 #define tvdiff(a,b) tool_tvdiff((a), (b)) macro
Dtool_cb_prg.c64 if(bar->calls && (tvdiff(now, bar->prevtime) < 100L) && point < total) in tool_progress_cb()
Dtool_operate.c1484 (tvdiff(tvnow(), retrystart) < in operate_do()
/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/tests/libtest/
Dlib1507.c58 static long tvdiff(struct timeval newer, struct timeval older) in tvdiff() function
140 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in test()