Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h1002 int config_get_option_collate(struct config_file* cfg, const char* opt,
H A Dconfig_file.c924 config_get_option_collate(struct config_file* cfg, const char* opt, char** str) in config_get_option_collate() function
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c427 r = config_get_option_collate(ctx->env->cfg, opt, str); in ub_ctx_get_option()