Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnstap/
H A Ddnstap.h90 * the config variables and dt_init() to fill in the per-worker state. Each
123 dt_init(struct dt_env *env, struct comm_base* base);
126 * Deletes the per-worker state created by dt_init
H A Ddnstap.c291 dt_init(struct dt_env *env, struct comm_base* base) in dt_init() function
/freebsd/contrib/unbound/daemon/
H A Dworker.c2325 if(!dt_init(&worker->dtenv, worker->base)) in worker_init()