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

  /external/curl/src/
tool_util.h 45 #undef tvnow macro
50 #define tvnow() tool_tvnow() macro
tool_cb_prg.c 53 struct timeval now = tvnow();
tool_cb_dbg.c 61 tv = tvnow();
tool_operate.c     [all...]
  /external/curl/docs/examples/
imap-multi.c 34 static struct timeval tvnow(void) function
79 mp_start = tvnow();
144 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
pop3-multi.c 34 static struct timeval tvnow(void) function
79 mp_start = tvnow();
144 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
smtp-multi.c 79 static struct timeval tvnow(void) function
146 mp_start = tvnow();
211 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
  /external/avahi/avahi-glib/
glib-watch.c 270 struct timeval tvnow; local
274 tvnow.tv_sec = now.tv_sec;
275 tvnow.tv_usec = now.tv_usec;
277 usec = avahi_timeval_diff(&next_timeout->expiry, &tvnow);
300 struct timeval tvnow; local
302 tvnow.tv_sec = now.tv_sec;
303 tvnow.tv_usec = now.tv_usec;
305 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) <= 0)
325 struct timeval tvnow; local
327 tvnow.tv_sec = now.tv_sec
    [all...]
  /external/curl/tests/libtest/
lib1507.c 47 static struct timeval tvnow(void) function
96 mp_start = tvnow();
140 if (tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {

Completed in 218 milliseconds