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 34 long tvdiff(struct timeval t1, struct timeval t2);
tool_util.c 122 long tvdiff(struct timeval newer, struct timeval older) function
tool_cb_prg.c 134 else if((tvdiff(now, bar->prevtime) < 100L) && point < total)
140 if(tvdiff(now, bar->prevtime) < 100L)
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) {

Completed in 534 milliseconds