Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/util/
HDconfig_file.h1005 int config_get_option(struct config_file* cfg, const char* opt,
HDconfig_file.c938 if(!config_get_option(cfg, opt, config_collate_func, &m)) in config_get_option_list()
1055 config_get_option(struct config_file* cfg, const char* opt, in config_get_option() function
/freebsd-13-stable/contrib/unbound/smallapp/
HDunbound-checkconf.c126 if(!config_get_option(cfg, opt, config_print_func, stdout)) in print_option()
/freebsd-13-stable/contrib/unbound/daemon/
HDremote.c2876 r = config_get_option(worker->env.cfg, arg, remote_get_opt_ssl, ssl); in do_get_option()