• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/unbound/util/

Lines Matching refs:config_file

2  * util/config_file.c - reads and stores the config file for unbound.
50 #include "util/config_file.h"
90 struct config_file*
93 struct config_file* cfg;
94 cfg = (struct config_file*)calloc(1, sizeof(struct config_file));
374 struct config_file* config_create_forlib(void)
376 struct config_file* cfg = config_create();
453 int config_set_option(struct config_file* cfg, const char* opt,
818 int config_get_option_list(struct config_file* cfg, const char* opt,
835 config_get_option_collate(struct config_file* cfg, const char* opt, char** str)
941 config_get_option(struct config_file* cfg, const char* opt,
1232 create_cfg_parser(struct config_file* cfg, char* filename, const char* chroot)
1245 config_read(struct config_file* cfg, const char* filename, const char* chroot)
1484 config_delete(struct config_file* cfg)
1666 int cfg_condense_ports(struct config_file* cfg, int** avail)
1977 find_tag_id(struct config_file* cfg, const char* tag)
1988 config_add_tag(struct config_file* cfg, const char* tag)
2021 uint8_t* config_parse_taglist(struct config_file* cfg, char* str,
2091 char* config_taglist2str(struct config_file* cfg, uint8_t* taglist,
2126 config_apply(struct config_file* config)
2148 void config_lookup_uid(struct config_file* cfg)
2174 strlen_after_chroot(const char* fname, struct config_file* cfg, int use_chdir)
2216 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir)
2292 cfg_parse_local_zone(struct config_file* cfg, const char* val)
2456 void w_config_adjust_directory(struct config_file* cfg)
2599 int options_remote_is_address(struct config_file* cfg)