Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dremote.c3915 cmdcmp(char* p, const char* cmd, size_t len) in cmdcmp() function
3927 if(cmdcmp(p, "stop", 4)) { in execute_cmd()
3932 } else if(cmdcmp(p, "reload_keep_cache", 17)) { in execute_cmd()
3937 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd()
3942 } else if(cmdcmp(p, "fast_reload", 11)) { in execute_cmd()
3945 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd()
3950 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd()
3955 } else if(cmdcmp(p, "status", 6)) { in execute_cmd()
3960 } else if(cmdcmp(p, "dump_cache", 10)) { in execute_cmd()
3972 } else if(cmdcmp(p, "load_cache", 10)) { in execute_cmd()
[all …]