Searched refs:comm_base_timept (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | ub_event.c | 457 comm_base_timept(cb, &tt, &tv); in ub_comm_base_now()
|
H A D | netevent.h | 518 void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
|
H A D | ub_event_pluggable.c | 687 comm_base_timept(cb, &tt, &tv); in ub_comm_base_now()
|
H A D | netevent.c | 280 comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv) in comm_base_timept() function 2796 comm_base_timept(base, &doq_socket->now_tt, &doq_socket->now_tv);
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 253 comm_base_timept(w->base, &w->env->now, &w->env->now_tv); in libworker_setup()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 2231 comm_base_timept(worker->base, &worker->env.now, &worker->env.now_tv); in worker_init()
|
/freebsd/contrib/unbound/services/ |
H A D | outside_network.c | 1675 comm_base_timept(base, &outnet->now_secs, &outnet->now_tv);
|