Searched defs:tvp (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/resolv/
H A Dasync_resolv.c157 struct timeval *tvp; local
163 tvp = ares_timeout(ctx->channel, NULL, &tv);
165 if (tvp == NULL) {
166 tvp = &tv;
170 if (tvp->tv_sec < 1) {
173 tv = tevent_timeval_current_ofs(tvp->tv_sec, tvp->tv_usec);

Completed in 10 milliseconds