Lines Matching defs:cfg
106 print_option(struct config_file* cfg, const char* opt, int final) in print_option()
131 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()
163 donotquerylocalhostcheck(struct config_file* cfg) in donotquerylocalhostcheck()
189 localzonechecks(struct config_file* cfg) in localzonechecks()
201 acl_view_tag_checks(struct config_file* cfg, struct views* views) in acl_view_tag_checks()
289 view_and_respipchecks(struct config_file* cfg) in view_and_respipchecks()
333 interfacechecks(struct config_file* cfg) in interfacechecks()
449 aclchecks(struct config_file* cfg) in aclchecks()
466 tcpconnlimitchecks(struct config_file* cfg) in tcpconnlimitchecks()
537 const char* chrootdir, struct config_file* cfg) in check_chroot_string()
559 const char* chrootdir, struct config_file* cfg) in check_chroot_filelist()
570 const char* chrootdir, struct config_file* cfg) in check_chroot_filelist_wild()
591 ecs_conf_checks(struct config_file* cfg) in ecs_conf_checks()
642 morechecks(struct config_file* cfg) in morechecks()
934 check_fwd(struct config_file* cfg) in check_fwd()
945 check_hints(struct config_file* cfg) in check_hints()
956 check_auth(struct config_file* cfg) in check_auth()
971 struct config_file* cfg = config_create(); in checkconf() local