Home
last modified time | relevance | path

Searched refs:infra_adjust (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/unbound/services/cache/
Dinfra.h217 struct infra_cache* infra_adjust(struct infra_cache* infra,
Dinfra.c303 infra_adjust(struct infra_cache* infra, struct config_file* cfg) in infra_adjust() function
/freebsd-12-stable/contrib/unbound/libunbound/
Dcontext.c104 ctx->env->infra_cache = infra_adjust(ctx->env->infra_cache, cfg); in context_finalize()
/freebsd-12-stable/contrib/unbound/daemon/
Ddaemon.c1002 if((daemon->env->infra_cache = infra_adjust(daemon->env->infra_cache, in daemon_apply_cfg()