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

/bind-9.11.3/bin/named/
H A Dzoneconf.c776 static char default_dbtype[] = "rbt"; local
778 char *cpval = default_dbtype;
858 if (cpval != default_dbtype) {
874 if (result != ISC_R_SUCCESS && cpval != default_dbtype) {
886 if (cpval != default_dbtype && cpval != dlz_dbtype)
900 if (ztype == dns_zone_master && cpval == default_dbtype &&
1714 default_dbtype));

Completed in 14 milliseconds