Searched defs:initmethod (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/bind9/
H A Dcheck.c2859 const char *initmethod; local
2860 initmethod = cfg_obj_asstring(cfg_tuple_get(key, "init"));
2862 if (strcasecmp(initmethod, "initial-key") != 0) {
2866 keynamestr, initmethod);
/bind-9.11.3/bin/named/
H A Dserver.c714 const char *initmethod; local
715 initmethod = cfg_obj_asstring(cfg_tuple_get(key, "init"));
717 if (strcasecmp(initmethod, "initial-key") != 0) {
721 keynamestr, initmethod);

Completed in 50 milliseconds