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

/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c180 const cfg_obj_t *dbobj = NULL; local
217 cfg_map_get(zoptions, "database", &dbobj);
218 if (dbobj != NULL &&
219 strcmp("rbt", cfg_obj_asstring(dbobj)) != 0 &&
220 strcmp("rbt64", cfg_obj_asstring(dbobj)) != 0)

Completed in 11 milliseconds