Lines Matching defs:timeval
674 &((struct timeval){TIMERINTVL, 0}),
1838 time_t timeval;
1862 timeval = mktime(&parsed);
1864 *to_buf = make_timestamp(&timeval, false, BSD_TIMESTAMPLEN);
1870 time_t timeval;
1885 timeval = mktime(&parsed);
1886 *to_buf = make_timestamp(&timeval, true, MAX_TIMESTAMPLEN - 1);
2837 &((struct timeval){TIMERINTVL, 0}),
3750 &((struct timeval){TLS_RECONNECT_SEC, 0}),
4355 schedule_event(struct event **ev, struct timeval *tv,
4438 if (event_add(f->f_sq_event, &((struct timeval){0, 1})) == -1) {
4763 struct timeval tv;