Lines Matching refs:tv
158 struct timeval tv = { 0, 0 };
165 tvp = ares_timeout(ctx->channel, NULL, &tv);
168 tvp = &tv;
173 tv = tevent_timeval_current_ofs(1, 0);
175 tv = tevent_timeval_current_ofs(tvp->tv_sec, tvp->tv_usec);
178 ctx->timeout_watcher = tevent_add_timer(ev, ctx, tv, check_fd_timeouts,
211 struct timeval tv, void *pvt)
240 struct timeval tv;
244 tv = tevent_timeval_current_ofs(ctx->timeout, 0);
254 rreq->request_timeout = tevent_add_timer(ev, rreq, tv,
795 struct timeval tv = { 0, 0 };
820 subreq = tevent_wakeup_send(req, ev, tv);
1585 struct timeval tv = { 0, 0 };
1609 subreq = tevent_wakeup_send(req, ev, tv);
1924 struct timeval tv = { 0, 0 };
1947 subreq = tevent_wakeup_send(req, ev, tv);