HomeSort by relevance Sort by last modified time
    Searched refs:tvdiff (Results 1 - 7 of 7) sorted by null

  /external/curl/src/
tool_util.h 46 #undef tvdiff macro
51 #define tvdiff(a,b) tool_tvdiff((a), (b)) macro
tool_cb_prg.c 64 if(bar->calls && (tvdiff(now, bar->prevtime) < 100L) && point < total)
tool_operate.c     [all...]
  /external/curl/docs/examples/
imap-multi.c 52 static long tvdiff(struct timeval newer, struct timeval older) function
150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
pop3-multi.c 52 static long tvdiff(struct timeval newer, struct timeval older) function
150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
smtp-multi.c 97 static long tvdiff(struct timeval newer, struct timeval older) function
217 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
  /external/curl/tests/libtest/
lib1507.c 58 static long tvdiff(struct timeval newer, struct timeval older) function
140 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {

Completed in 960 milliseconds