Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h982 int config_get_option(struct config_file* cfg, const char* opt,
H A Dconfig_file.c913 if(!config_get_option(cfg, opt, config_collate_func, &m)) in config_get_option_list()
1030 config_get_option(struct config_file* cfg, const char* opt, in config_get_option() function
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c126 if(!config_get_option(cfg, opt, config_print_func, stdout)) in print_option()
/freebsd/contrib/unbound/daemon/
H A Dremote.c2697 r = config_get_option(worker->env.cfg, arg, remote_get_opt_ssl, ssl); in do_get_option()