Searched refs:tvnow (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_util.h45 #undef tvnow macro
50 #define tvnow() tool_tvnow() macro
H A Dtool_cb_prg.c53 struct timeval now = tvnow();
H A Dtool_cb_dbg.c61 tv = tvnow();
H A Dtool_operate.c1329 retrystart = tvnow();
1373 (tvdiff(tvnow(), retrystart) <
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dimap-multi.c34 static struct timeval tvnow(void) function
79 mp_start = tvnow();
122 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
H A Dpop3-multi.c34 static struct timeval tvnow(void) function
79 mp_start = tvnow();
122 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
H A Dsmtp-multi.c79 static struct timeval tvnow(void) function
146 mp_start = tvnow();
189 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A Dglib-watch.c272 struct timeval tvnow; local
276 tvnow.tv_sec = now.tv_sec;
277 tvnow.tv_usec = now.tv_usec;
279 usec = avahi_timeval_diff(&next_timeout->expiry, &tvnow);
302 struct timeval tvnow; local
304 tvnow.tv_sec = now.tv_sec;
305 tvnow.tv_usec = now.tv_usec;
307 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) <= 0)
327 struct timeval tvnow; local
329 tvnow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch.c272 struct timeval tvnow; local
276 tvnow.tv_sec = now.tv_sec;
277 tvnow.tv_usec = now.tv_usec;
279 usec = avahi_timeval_diff(&next_timeout->expiry, &tvnow);
302 struct timeval tvnow; local
304 tvnow.tv_sec = now.tv_sec;
305 tvnow.tv_usec = now.tv_usec;
307 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) <= 0)
327 struct timeval tvnow; local
329 tvnow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib1507.c47 static struct timeval tvnow(void) function
96 mp_start = tvnow();
140 if (tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) {

Completed in 88 milliseconds