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

/bind-9.6-ESV-R11/bin/named/
H A Dlogconf.c271 const cfg_obj_t *channels = NULL; local
281 (void)cfg_map_get(logstmt, "channel", &channels);
282 for (element = cfg_list_first(channels);
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c2002 const cfg_obj_t *channels = NULL; local
2035 cfg_map_get(logobj, "channel", &channels);
2037 for (element = cfg_list_first(channels);
2083 channels = cfg_tuple_get(category, "destinations");
2084 for (delement = cfg_list_first(channels);

Completed in 1822 milliseconds