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

/bind-9.11.3/bin/named/
H A Dserver.c5295 const char *ztypestr; local
5392 ztypestr = cfg_obj_asstring(typeobj);
5398 if (strcasecmp(ztypestr, "hint") == 0) {
5436 if (strcasecmp(ztypestr, "forward") == 0) {
5458 if (strcasecmp(ztypestr, "delegation-only") == 0) {
5466 if (strcasecmp(ztypestr, "redirect") == 0) {
5623 if ((strcasecmp(ztypestr, "master") == 0 ||
5624 strcasecmp(ztypestr, "slave") == 0) &&

Completed in 54 milliseconds