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

/bind-9.11.3/bin/named/
H A Dcontrolconf.c1270 const cfg_obj_t *controlslist = NULL; local
1279 (void)cfg_map_get(config, "controls", &controlslist);
1289 if (controlslist != NULL) {
1290 for (element = cfg_list_first(controlslist);
1356 for (element = cfg_list_first(controlslist);
/bind-9.11.3/lib/bind9/
H A Dcheck.c3556 const cfg_obj_t *controlslist = NULL; local
3566 (void)cfg_map_get(config, "controls", &controlslist);
3567 if (controlslist == NULL)
3578 for (element = cfg_list_first(controlslist);

Completed in 22 milliseconds