Searched refs:tvdiff (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_util.h46 #undef tvdiff macro
51 #define tvdiff(a,b) tool_tvdiff((a), (b)) macro
H A Dtool_cb_prg.c64 if(bar->calls && (tvdiff(now, bar->prevtime) < 100L) && point < total)
H A Dtool_operate.c1381 (tvdiff(tvnow(), retrystart) <
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dimap-multi.c45 static long tvdiff(struct timeval newer, struct timeval older) function
122 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
H A Dpop3-multi.c45 static long tvdiff(struct timeval newer, struct timeval older) function
122 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
H A Dsmtp-multi.c90 static long tvdiff(struct timeval newer, struct timeval older) function
189 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib1507.c58 static long tvdiff(struct timeval newer, struct timeval older) function
140 if (tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dftp.c598 struct timeval tvthen, tvnow, tvdiff; local
641 timersub(&tvnow, &tvthen, &tvdiff);
642 if (tvdiff.tv_sec > 0)
644 usleep(1000000 - tvdiff.tv_usec);
H A Dftp.c.orig594 struct timeval tvthen, tvnow, tvdiff;
637 timersub(&tvnow, &tvthen, &tvdiff);
638 if (tvdiff.tv_sec > 0)
640 usleep(1000000 - tvdiff.tv_usec);

Completed in 139 milliseconds