Searched refs:config_get_option (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/unbound/util/ |
| D | config_file.h | 961 int config_get_option(struct config_file* cfg, const char* opt,
|
| D | config_file.c | 898 if(!config_get_option(cfg, opt, config_collate_func, &m)) in config_get_option_list() 1015 config_get_option(struct config_file* cfg, const char* opt, in config_get_option() function
|
| /freebsd-12-stable/contrib/unbound/smallapp/ |
| D | unbound-checkconf.c | 125 if(!config_get_option(cfg, opt, config_print_func, stdout)) in print_option()
|
| /freebsd-12-stable/contrib/unbound/daemon/ |
| D | remote.c | 2654 r = config_get_option(worker->env.cfg, arg, remote_get_opt_ssl, ssl); in do_get_option()
|