Lines Matching defs:cfg
107 print_option(struct config_file* cfg, const char* opt, int final) in print_option()
132 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()
167 donotquerylocalhostcheck(struct config_file* cfg) in donotquerylocalhostcheck()
193 localzonechecks(struct config_file* cfg) in localzonechecks()
205 acl_view_tag_checks(struct config_file* cfg, struct views* views) in acl_view_tag_checks()
293 view_and_respipchecks(struct config_file* cfg) in view_and_respipchecks()
337 interfacechecks(struct config_file* cfg) in interfacechecks()
453 aclchecks(struct config_file* cfg) in aclchecks()
470 tcpconnlimitchecks(struct config_file* cfg) in tcpconnlimitchecks()
541 const char* chrootdir, struct config_file* cfg) in check_chroot_string()
563 const char* chrootdir, struct config_file* cfg) in check_chroot_filelist()
574 const char* chrootdir, struct config_file* cfg) in check_chroot_filelist_wild()
595 ecs_conf_checks(struct config_file* cfg) in ecs_conf_checks()
646 morechecks(struct config_file* cfg) in morechecks()
938 check_fwd(struct config_file* cfg) in check_fwd()
949 check_hints(struct config_file* cfg) in check_hints()
960 check_auth(struct config_file* cfg) in check_auth()
975 struct config_file* cfg = config_create(); in checkconf() local