Searched refs:dt_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap.h82 * the config variables and dt_init() to fill in the per-worker state. Each
108 dt_init(struct dt_env *env, struct comm_base* base);
111 * Deletes the per-worker state created by dt_init
H A Ddnstap.c247 dt_init(struct dt_env *env, struct comm_base* base) function
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c1790 if(!dt_init(&worker->dtenv, worker->base))
1791 fatal_exit("dt_init failed");

Completed in 145 milliseconds