Home
last modified time | relevance | path

Searched refs:nextstop (Results 1 – 1 of 1) sorted by relevance

/external/c-ares/
Dares_timeout.c40 struct timeval nextstop; in ares_timeout() local
66 nextstop.tv_sec = min_offset/1000; in ares_timeout()
67 nextstop.tv_usec = (min_offset%1000)*1000; in ares_timeout()
73 if (min_offset != -1 && (!maxtv || ares__timedout(maxtv, &nextstop))) in ares_timeout()
75 *tvbuf = nextstop; in ares_timeout()