Lines Matching defs:cfg

97 	struct config_file* cfg;  in config_create()  local
409 struct config_file* cfg = config_create(); in config_create_forlib() local
486 int config_set_option(struct config_file* cfg, const char* opt, in config_set_option()
892 int config_get_option_list(struct config_file* cfg, const char* opt, in config_get_option_list()
909 config_get_option_collate(struct config_file* cfg, const char* opt, char** str) in config_get_option_collate()
1015 config_get_option(struct config_file* cfg, const char* opt, in config_get_option()
1346 create_cfg_parser(struct config_file* cfg, char* filename, const char* chroot) in create_cfg_parser()
1360 config_read(struct config_file* cfg, const char* filename, const char* chroot) in config_read()
1599 config_delete(struct config_file* cfg) in config_delete()
1807 int cfg_condense_ports(struct config_file* cfg, int** avail) in cfg_condense_ports()
1825 void cfg_apply_local_port_policy(struct config_file* cfg, int num) { in cfg_apply_local_port_policy()
2152 find_tag_id(struct config_file* cfg, const char* tag) in find_tag_id()
2163 config_add_tag(struct config_file* cfg, const char* tag) in config_add_tag()
2196 uint8_t* config_parse_taglist(struct config_file* cfg, char* str, in config_parse_taglist()
2266 char* config_taglist2str(struct config_file* cfg, uint8_t* taglist, in config_taglist2str()
2326 void config_lookup_uid(struct config_file* cfg) in config_lookup_uid()
2352 strlen_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in strlen_after_chroot()
2394 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in fname_after_chroot()
2470 cfg_parse_local_zone(struct config_file* cfg, const char* val) in cfg_parse_local_zone()
2634 void w_config_adjust_directory(struct config_file* cfg) in w_config_adjust_directory()
2657 int options_remote_is_address(struct config_file* cfg) in options_remote_is_address()
2679 int cfg_has_https(struct config_file* cfg) in cfg_has_https()