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

  /external/curl/src/
tool_util.c 122 long tvdiff(struct timeval newer, struct timeval older) function
  /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 747 milliseconds