HomeSort by: relevance | last modified time | path
    Searched defs:default_dbtype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 879 static char default_dbtype[] = ZONEDB_DEFAULT; local
881 char *cpval = default_dbtype;
968 if (cpval != default_dbtype) {
983 if (result != ISC_R_SUCCESS && cpval != default_dbtype) {
995 if (cpval != default_dbtype && cpval != dlz_dbtype) {
1009 if (ztype == dns_zone_primary && cpval == default_dbtype &&
1922 default_dbtype));
server.c 3610 const char *default_dbtype[4] = { ZONEDB_DEFAULT }; local
3693 dbargv = default_dbtype;

Completed in 22 milliseconds