Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/cache/
H A Dinfra.h246 struct infra_cache* infra_adjust(struct infra_cache* infra,
H A Dinfra.c442 infra_adjust(struct infra_cache* infra, struct config_file* cfg) in infra_adjust() function
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c114 ctx->env->infra_cache = infra_adjust(ctx->env->infra_cache, cfg); in context_finalize()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c1359 if((daemon->env->infra_cache = infra_adjust(daemon->env->infra_cache, in daemon_apply_cfg()