Home | History | Annotate | Download | only in avahi-glib

Lines Matching refs:tvnow

270         struct timeval tvnow;
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;
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;
327 tvnow.tv_sec = now.tv_sec;
328 tvnow.tv_usec = now.tv_usec;
330 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) < 0) {