Lines Matching defs:cfg
98 struct config_file* cfg; in config_create() local
428 struct config_file* cfg = config_create(); in config_create_forlib() local
505 int config_set_option(struct config_file* cfg, const char* opt, in config_set_option()
932 int config_get_option_list(struct config_file* cfg, const char* opt, in config_get_option_list()
949 config_get_option_collate(struct config_file* cfg, const char* opt, char** str) in config_get_option_collate()
1055 config_get_option(struct config_file* cfg, const char* opt, in config_get_option()
1406 create_cfg_parser(struct config_file* cfg, char* filename, const char* chroot) in create_cfg_parser()
1420 config_read(struct config_file* cfg, const char* filename, const char* chroot) in config_read()
1659 config_delete(struct config_file* cfg) in config_delete()
1911 int cfg_condense_ports(struct config_file* cfg, int** avail) in cfg_condense_ports()
1929 void cfg_apply_local_port_policy(struct config_file* cfg, int num) { in cfg_apply_local_port_policy()
2256 find_tag_id(struct config_file* cfg, const char* tag) in find_tag_id()
2267 config_add_tag(struct config_file* cfg, const char* tag) in config_add_tag()
2300 uint8_t* config_parse_taglist(struct config_file* cfg, char* str, in config_parse_taglist()
2370 char* config_taglist2str(struct config_file* cfg, uint8_t* taglist, in config_taglist2str()
2434 void config_lookup_uid(struct config_file* cfg) in config_lookup_uid()
2460 strlen_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in strlen_after_chroot()
2502 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in fname_after_chroot()
2578 cfg_parse_local_zone(struct config_file* cfg, const char* val) in cfg_parse_local_zone()
2742 void w_config_adjust_directory(struct config_file* cfg) in w_config_adjust_directory()
2765 int options_remote_is_address(struct config_file* cfg) in options_remote_is_address()
2787 int cfg_has_https(struct config_file* cfg) in cfg_has_https()