Lines Matching refs:tv
156 struct timeval tv = { 0, 0 };
163 tvp = ares_timeout(ctx->channel, NULL, &tv);
166 tvp = &tv;
171 tv = tevent_timeval_current_ofs(1, 0);
173 tv = tevent_timeval_current_ofs(tvp->tv_sec, tvp->tv_usec);
176 ctx->timeout_watcher = tevent_add_timer(ev, ctx, tv, check_fd_timeouts,
209 struct timeval tv, void *pvt)
238 struct timeval tv;
242 tv = tevent_timeval_current_ofs(ctx->timeout, 0);
252 rreq->request_timeout = tevent_add_timer(ev, rreq, tv,
793 struct timeval tv = { 0, 0 };
818 subreq = tevent_wakeup_send(req, ev, tv);
1583 struct timeval tv = { 0, 0 };
1607 subreq = tevent_wakeup_send(req, ev, tv);
1922 struct timeval tv = { 0, 0 };
1945 subreq = tevent_wakeup_send(req, ev, tv);