Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/services/cache/
HDinfra.h246 struct infra_cache* infra_adjust(struct infra_cache* infra,
HDinfra.c442 infra_adjust(struct infra_cache* infra, struct config_file* cfg) in infra_adjust() function
/freebsd-head/contrib/unbound/libunbound/
HDcontext.c114 ctx->env->infra_cache = infra_adjust(ctx->env->infra_cache, cfg); in context_finalize()
/freebsd-head/contrib/unbound/daemon/
HDdaemon.c1069 if((daemon->env->infra_cache = infra_adjust(daemon->env->infra_cache, in daemon_apply_cfg()