Home
last modified time | relevance | path

Searched refs:config_create (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-control.c432 if(!(cfg = config_create())) in print_stats_shm()
801 if(!(cfg = config_create())) in go()
H A Dunbound-checkconf.c715 struct config_file* cfg = config_create(); in checkconf()
/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h747 struct config_file* config_create(void);
H A Dconfig_file.c89 config_create(void) in config_create() function
352 struct config_file* cfg = config_create(); in config_create_forlib()
/freebsd-12.1/contrib/unbound/daemon/
H A Dunbound.c648 if(!(cfg = config_create())) in run_daemon()