Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
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()