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

/bind-9.11.3/bin/named/
H A Dcontrolconf.c1360 const cfg_obj_t *unixcontrols = NULL; local
1363 (void)cfg_map_get(controls, "unix", &unixcontrols);
1364 if (unixcontrols == NULL)
1367 for (element2 = cfg_list_first(unixcontrols);
/bind-9.11.3/lib/bind9/
H A Dcheck.c3558 const cfg_obj_t *unixcontrols; local
3582 unixcontrols = NULL;
3584 (void)cfg_map_get(controls, "unix", &unixcontrols);
3602 for (element2 = cfg_list_first(unixcontrols);

Completed in 29 milliseconds