Lines Matching refs:module_conf

604 check_modules_exist(const char* module_conf)  in check_modules_exist()  argument
607 const char* s = module_conf; in check_modules_exist()
710 if(cfg->disable_edns_do && strstr(cfg->module_conf, "validator") in morechecks()
728 if(cfg->ipsecmod_enabled && strstr(cfg->module_conf, "ipsecmod")) { in morechecks()
739 check_modules_exist(cfg->module_conf); in morechecks()
742 if(strcmp(cfg->module_conf, "iterator") != 0 in morechecks()
743 && strcmp(cfg->module_conf, "validator iterator") != 0 in morechecks()
744 && strcmp(cfg->module_conf, "dns64 validator iterator") != 0 in morechecks()
745 && strcmp(cfg->module_conf, "dns64 iterator") != 0 in morechecks()
746 && strcmp(cfg->module_conf, "respip iterator") != 0 in morechecks()
747 && strcmp(cfg->module_conf, "respip validator iterator") != 0 in morechecks()
748 && strcmp(cfg->module_conf, "respip dns64 validator iterator") != 0 in morechecks()
749 && strcmp(cfg->module_conf, "respip dns64 iterator") != 0 in morechecks()
751 && strcmp(cfg->module_conf, "python iterator") != 0 in morechecks()
752 && strcmp(cfg->module_conf, "python respip iterator") != 0 in morechecks()
753 && strcmp(cfg->module_conf, "python validator iterator") != 0 in morechecks()
754 && strcmp(cfg->module_conf, "python respip validator iterator") != 0 in morechecks()
755 && strcmp(cfg->module_conf, "validator python iterator") != 0 in morechecks()
756 && strcmp(cfg->module_conf, "dns64 python iterator") != 0 in morechecks()
757 && strcmp(cfg->module_conf, "dns64 python validator iterator") != 0 in morechecks()
758 && strcmp(cfg->module_conf, "dns64 validator python iterator") != 0 in morechecks()
759 && strcmp(cfg->module_conf, "python dns64 iterator") != 0 in morechecks()
760 && strcmp(cfg->module_conf, "python dns64 validator iterator") != 0 in morechecks()
763 && strcmp(cfg->module_conf, "dynlib iterator") != 0 in morechecks()
764 && strcmp(cfg->module_conf, "dynlib dynlib iterator") != 0 in morechecks()
765 && strcmp(cfg->module_conf, "dynlib dynlib dynlib iterator") != 0 in morechecks()
766 && strcmp(cfg->module_conf, "python dynlib iterator") != 0 in morechecks()
767 && strcmp(cfg->module_conf, "python dynlib dynlib iterator") != 0 in morechecks()
768 && strcmp(cfg->module_conf, "python dynlib dynlib dynlib iterator") != 0 in morechecks()
769 && strcmp(cfg->module_conf, "dynlib respip iterator") != 0 in morechecks()
770 && strcmp(cfg->module_conf, "dynlib validator iterator") != 0 in morechecks()
771 && strcmp(cfg->module_conf, "dynlib dynlib validator iterator") != 0 in morechecks()
772 && strcmp(cfg->module_conf, "dynlib dynlib dynlib validator iterator") != 0 in morechecks()
773 && strcmp(cfg->module_conf, "python dynlib validator iterator") != 0 in morechecks()
774 && strcmp(cfg->module_conf, "python dynlib dynlib validator iterator") != 0 in morechecks()
775 && strcmp(cfg->module_conf, "python dynlib dynlib dynlib validator iterator") != 0 in morechecks()
776 && strcmp(cfg->module_conf, "dynlib respip validator iterator") != 0 in morechecks()
777 && strcmp(cfg->module_conf, "validator dynlib iterator") != 0 in morechecks()
778 && strcmp(cfg->module_conf, "dns64 dynlib iterator") != 0 in morechecks()
779 && strcmp(cfg->module_conf, "dns64 dynlib validator iterator") != 0 in morechecks()
780 && strcmp(cfg->module_conf, "dns64 validator dynlib iterator") != 0 in morechecks()
781 && strcmp(cfg->module_conf, "dynlib dns64 iterator") != 0 in morechecks()
782 && strcmp(cfg->module_conf, "dynlib dns64 validator iterator") != 0 in morechecks()
783 && strcmp(cfg->module_conf, "dynlib dns64 cachedb iterator") != 0 in morechecks()
784 && strcmp(cfg->module_conf, "dynlib dns64 validator cachedb iterator") != 0 in morechecks()
785 && strcmp(cfg->module_conf, "dns64 dynlib cachedb iterator") != 0 in morechecks()
786 && strcmp(cfg->module_conf, "dns64 dynlib validator cachedb iterator") != 0 in morechecks()
787 && strcmp(cfg->module_conf, "dynlib cachedb iterator") != 0 in morechecks()
788 && strcmp(cfg->module_conf, "dynlib respip cachedb iterator") != 0 in morechecks()
789 && strcmp(cfg->module_conf, "dynlib validator cachedb iterator") != 0 in morechecks()
790 && strcmp(cfg->module_conf, "dynlib respip validator cachedb iterator") != 0 in morechecks()
791 && strcmp(cfg->module_conf, "cachedb dynlib iterator") != 0 in morechecks()
792 && strcmp(cfg->module_conf, "respip cachedb dynlib iterator") != 0 in morechecks()
793 && strcmp(cfg->module_conf, "validator cachedb dynlib iterator") != 0 in morechecks()
794 && strcmp(cfg->module_conf, "respip validator cachedb dynlib iterator") != 0 in morechecks()
795 && strcmp(cfg->module_conf, "validator dynlib cachedb iterator") != 0 in morechecks()
796 && strcmp(cfg->module_conf, "respip validator dynlib cachedb iterator") != 0 in morechecks()
797 && strcmp(cfg->module_conf, "dynlib subnetcache iterator") != 0 in morechecks()
798 && strcmp(cfg->module_conf, "dynlib respip subnetcache iterator") != 0 in morechecks()
799 && strcmp(cfg->module_conf, "subnetcache dynlib iterator") != 0 in morechecks()
800 && strcmp(cfg->module_conf, "respip subnetcache dynlib iterator") != 0 in morechecks()
801 && strcmp(cfg->module_conf, "dynlib subnetcache validator iterator") != 0 in morechecks()
802 && strcmp(cfg->module_conf, "dynlib respip subnetcache validator iterator") != 0 in morechecks()
803 && strcmp(cfg->module_conf, "subnetcache dynlib validator iterator") != 0 in morechecks()
804 && strcmp(cfg->module_conf, "respip subnetcache dynlib validator iterator") != 0 in morechecks()
805 && strcmp(cfg->module_conf, "subnetcache validator dynlib iterator") != 0 in morechecks()
806 && strcmp(cfg->module_conf, "respip subnetcache validator dynlib iterator") != 0 in morechecks()
807 && strcmp(cfg->module_conf, "dynlib ipsecmod iterator") != 0 in morechecks()
808 && strcmp(cfg->module_conf, "dynlib ipsecmod respip iterator") != 0 in morechecks()
809 && strcmp(cfg->module_conf, "ipsecmod dynlib iterator") != 0 in morechecks()
810 && strcmp(cfg->module_conf, "ipsecmod dynlib respip iterator") != 0 in morechecks()
811 && strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0 in morechecks()
812 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0 in morechecks()
813 && strcmp(cfg->module_conf, "dynlib ipsecmod validator iterator") != 0 in morechecks()
814 && strcmp(cfg->module_conf, "dynlib ipsecmod respip validator iterator") != 0 in morechecks()
815 && strcmp(cfg->module_conf, "ipsecmod dynlib validator iterator") != 0 in morechecks()
816 && strcmp(cfg->module_conf, "ipsecmod dynlib respip validator iterator") != 0 in morechecks()
817 && strcmp(cfg->module_conf, "ipsecmod validator dynlib iterator") != 0 in morechecks()
818 && strcmp(cfg->module_conf, "ipsecmod respip validator dynlib iterator") != 0 in morechecks()
821 && strcmp(cfg->module_conf, "validator cachedb iterator") != 0 in morechecks()
822 && strcmp(cfg->module_conf, "respip validator cachedb iterator") != 0 in morechecks()
823 && strcmp(cfg->module_conf, "cachedb iterator") != 0 in morechecks()
824 && strcmp(cfg->module_conf, "respip cachedb iterator") != 0 in morechecks()
825 && strcmp(cfg->module_conf, "dns64 validator cachedb iterator") != 0 in morechecks()
826 && strcmp(cfg->module_conf, "dns64 cachedb iterator") != 0 in morechecks()
829 && strcmp(cfg->module_conf, "python dns64 cachedb iterator") != 0 in morechecks()
830 && strcmp(cfg->module_conf, "python dns64 validator cachedb iterator") != 0 in morechecks()
831 && strcmp(cfg->module_conf, "dns64 python cachedb iterator") != 0 in morechecks()
832 && strcmp(cfg->module_conf, "dns64 python validator cachedb iterator") != 0 in morechecks()
833 && strcmp(cfg->module_conf, "python cachedb iterator") != 0 in morechecks()
834 && strcmp(cfg->module_conf, "python respip cachedb iterator") != 0 in morechecks()
835 && strcmp(cfg->module_conf, "python validator cachedb iterator") != 0 in morechecks()
836 && strcmp(cfg->module_conf, "python respip validator cachedb iterator") != 0 in morechecks()
837 && strcmp(cfg->module_conf, "cachedb python iterator") != 0 in morechecks()
838 && strcmp(cfg->module_conf, "respip cachedb python iterator") != 0 in morechecks()
839 && strcmp(cfg->module_conf, "validator cachedb python iterator") != 0 in morechecks()
840 && strcmp(cfg->module_conf, "respip validator cachedb python iterator") != 0 in morechecks()
841 && strcmp(cfg->module_conf, "validator python cachedb iterator") != 0 in morechecks()
842 && strcmp(cfg->module_conf, "respip validator python cachedb iterator") != 0 in morechecks()
845 && strcmp(cfg->module_conf, "respip subnetcache validator cachedb iterator") != 0 in morechecks()
846 && strcmp(cfg->module_conf, "subnetcache validator cachedb iterator") != 0 in morechecks()
849 && strcmp(cfg->module_conf, "subnetcache iterator") != 0 in morechecks()
850 && strcmp(cfg->module_conf, "respip subnetcache iterator") != 0 in morechecks()
851 && strcmp(cfg->module_conf, "subnetcache validator iterator") != 0 in morechecks()
852 && strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0 in morechecks()
853 && strcmp(cfg->module_conf, "dns64 subnetcache iterator") != 0 in morechecks()
854 && strcmp(cfg->module_conf, "dns64 subnetcache validator iterator") != 0 in morechecks()
855 && strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0 in morechecks()
856 && strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0 in morechecks()
859 && strcmp(cfg->module_conf, "python subnetcache iterator") != 0 in morechecks()
860 && strcmp(cfg->module_conf, "python respip subnetcache iterator") != 0 in morechecks()
861 && strcmp(cfg->module_conf, "subnetcache python iterator") != 0 in morechecks()
862 && strcmp(cfg->module_conf, "respip subnetcache python iterator") != 0 in morechecks()
863 && strcmp(cfg->module_conf, "python subnetcache validator iterator") != 0 in morechecks()
864 && strcmp(cfg->module_conf, "python respip subnetcache validator iterator") != 0 in morechecks()
865 && strcmp(cfg->module_conf, "subnetcache python validator iterator") != 0 in morechecks()
866 && strcmp(cfg->module_conf, "respip subnetcache python validator iterator") != 0 in morechecks()
867 && strcmp(cfg->module_conf, "subnetcache validator python iterator") != 0 in morechecks()
868 && strcmp(cfg->module_conf, "respip subnetcache validator python iterator") != 0 in morechecks()
871 && strcmp(cfg->module_conf, "ipsecmod iterator") != 0 in morechecks()
872 && strcmp(cfg->module_conf, "ipsecmod respip iterator") != 0 in morechecks()
873 && strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0 in morechecks()
874 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0 in morechecks()
877 && strcmp(cfg->module_conf, "python ipsecmod iterator") != 0 in morechecks()
878 && strcmp(cfg->module_conf, "python ipsecmod respip iterator") != 0 in morechecks()
879 && strcmp(cfg->module_conf, "ipsecmod python iterator") != 0 in morechecks()
880 && strcmp(cfg->module_conf, "ipsecmod python respip iterator") != 0 in morechecks()
881 && strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0 in morechecks()
882 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0 in morechecks()
883 && strcmp(cfg->module_conf, "python ipsecmod validator iterator") != 0 in morechecks()
884 && strcmp(cfg->module_conf, "python ipsecmod respip validator iterator") != 0 in morechecks()
885 && strcmp(cfg->module_conf, "ipsecmod python validator iterator") != 0 in morechecks()
886 && strcmp(cfg->module_conf, "ipsecmod python respip validator iterator") != 0 in morechecks()
887 && strcmp(cfg->module_conf, "ipsecmod validator python iterator") != 0 in morechecks()
888 && strcmp(cfg->module_conf, "ipsecmod respip validator python iterator") != 0 in morechecks()
891 && strcmp(cfg->module_conf, "validator ipset iterator") != 0 in morechecks()
892 && strcmp(cfg->module_conf, "validator ipset respip iterator") != 0 in morechecks()
893 && strcmp(cfg->module_conf, "ipset iterator") != 0 in morechecks()
894 && strcmp(cfg->module_conf, "ipset respip iterator") != 0 in morechecks()
898 cfg->module_conf); in morechecks()
995 if(strstr(cfg->module_conf, "python")) in checkconf()