Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_timeout.c45 struct timeval nextstop; in ares_timeout() local
77 nextstop.tv_sec = ioffset/1000; in ares_timeout()
78 nextstop.tv_usec = (ioffset%1000)*1000; in ares_timeout()
80 if (!maxtv || ares__timedout(maxtv, &nextstop)) in ares_timeout()
82 *tvbuf = nextstop; in ares_timeout()