Lines Matching refs:cmdcmp
3002 cmdcmp(char* p, const char* cmd, size_t len) in cmdcmp() function
3014 if(cmdcmp(p, "stop", 4)) { in execute_cmd()
3017 } else if(cmdcmp(p, "reload_keep_cache", 17)) { in execute_cmd()
3020 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd()
3023 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd()
3026 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd()
3029 } else if(cmdcmp(p, "status", 6)) { in execute_cmd()
3032 } else if(cmdcmp(p, "dump_cache", 10)) { in execute_cmd()
3035 } else if(cmdcmp(p, "load_cache", 10)) { in execute_cmd()
3038 } else if(cmdcmp(p, "list_forwards", 13)) { in execute_cmd()
3041 } else if(cmdcmp(p, "list_stubs", 10)) { in execute_cmd()
3044 } else if(cmdcmp(p, "list_insecure", 13)) { in execute_cmd()
3047 } else if(cmdcmp(p, "list_local_zones", 16)) { in execute_cmd()
3050 } else if(cmdcmp(p, "list_local_data", 15)) { in execute_cmd()
3053 } else if(cmdcmp(p, "view_list_local_zones", 21)) { in execute_cmd()
3056 } else if(cmdcmp(p, "view_list_local_data", 20)) { in execute_cmd()
3059 } else if(cmdcmp(p, "ratelimit_list", 14)) { in execute_cmd()
3062 } else if(cmdcmp(p, "ip_ratelimit_list", 17)) { in execute_cmd()
3065 } else if(cmdcmp(p, "list_auth_zones", 15)) { in execute_cmd()
3068 } else if(cmdcmp(p, "auth_zone_reload", 16)) { in execute_cmd()
3071 } else if(cmdcmp(p, "auth_zone_transfer", 18)) { in execute_cmd()
3074 } else if(cmdcmp(p, "stub_add", 8)) { in execute_cmd()
3079 } else if(cmdcmp(p, "stub_remove", 11)) { in execute_cmd()
3084 } else if(cmdcmp(p, "forward_add", 11)) { in execute_cmd()
3089 } else if(cmdcmp(p, "forward_remove", 14)) { in execute_cmd()
3094 } else if(cmdcmp(p, "insecure_add", 12)) { in execute_cmd()
3099 } else if(cmdcmp(p, "insecure_remove", 15)) { in execute_cmd()
3104 } else if(cmdcmp(p, "forward", 7)) { in execute_cmd()
3109 } else if(cmdcmp(p, "flush_stats", 11)) { in execute_cmd()
3114 } else if(cmdcmp(p, "flush_requestlist", 17)) { in execute_cmd()
3119 } else if(cmdcmp(p, "lookup", 6)) { in execute_cmd()
3132 if(cmdcmp(p, "verbosity", 9)) { in execute_cmd()
3134 } else if(cmdcmp(p, "local_zone_remove", 17)) { in execute_cmd()
3136 } else if(cmdcmp(p, "local_zones_remove", 18)) { in execute_cmd()
3138 } else if(cmdcmp(p, "local_zone", 10)) { in execute_cmd()
3140 } else if(cmdcmp(p, "local_zones", 11)) { in execute_cmd()
3142 } else if(cmdcmp(p, "local_data_remove", 17)) { in execute_cmd()
3144 } else if(cmdcmp(p, "local_datas_remove", 18)) { in execute_cmd()
3146 } else if(cmdcmp(p, "local_data", 10)) { in execute_cmd()
3148 } else if(cmdcmp(p, "local_datas", 11)) { in execute_cmd()
3150 } else if(cmdcmp(p, "view_local_zone_remove", 22)) { in execute_cmd()
3152 } else if(cmdcmp(p, "view_local_zone", 15)) { in execute_cmd()
3154 } else if(cmdcmp(p, "view_local_data_remove", 22)) { in execute_cmd()
3156 } else if(cmdcmp(p, "view_local_datas_remove", 23)){ in execute_cmd()
3158 } else if(cmdcmp(p, "view_local_data", 15)) { in execute_cmd()
3160 } else if(cmdcmp(p, "view_local_datas", 16)) { in execute_cmd()
3162 } else if(cmdcmp(p, "flush_zone", 10)) { in execute_cmd()
3164 } else if(cmdcmp(p, "flush_type", 10)) { in execute_cmd()
3166 } else if(cmdcmp(p, "flush_infra", 11)) { in execute_cmd()
3168 } else if(cmdcmp(p, "flush", 5)) { in execute_cmd()
3170 } else if(cmdcmp(p, "dump_requestlist", 16)) { in execute_cmd()
3172 } else if(cmdcmp(p, "dump_infra", 10)) { in execute_cmd()
3174 } else if(cmdcmp(p, "log_reopen", 10)) { in execute_cmd()
3176 } else if(cmdcmp(p, "set_option", 10)) { in execute_cmd()
3178 } else if(cmdcmp(p, "get_option", 10)) { in execute_cmd()
3180 } else if(cmdcmp(p, "flush_bogus", 11)) { in execute_cmd()
3182 } else if(cmdcmp(p, "flush_negative", 14)) { in execute_cmd()
3184 } else if(cmdcmp(p, "rpz_enable", 10)) { in execute_cmd()
3186 } else if(cmdcmp(p, "rpz_disable", 11)) { in execute_cmd()