Home
last modified time | relevance | path

Searched refs:cmdcmp (Results 1 – 1 of 1) sorted by relevance

/src/contrib/unbound/daemon/
H A Dremote.c3891 cmdcmp(char* p, const char* cmd, size_t len) in cmdcmp() function
3903 if(cmdcmp(p, "stop", 4)) { in execute_cmd()
3908 } else if(cmdcmp(p, "reload_keep_cache", 17)) { in execute_cmd()
3913 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd()
3918 } else if(cmdcmp(p, "fast_reload", 11)) { in execute_cmd()
3921 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd()
3926 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd()
3931 } else if(cmdcmp(p, "status", 6)) { in execute_cmd()
3936 } else if(cmdcmp(p, "dump_cache", 10)) { in execute_cmd()
3948 } else if(cmdcmp(p, "load_cache", 10)) { in execute_cmd()
[all …]