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

/bind-9.11.3/bin/named/
H A Dlogconf.c284 const cfg_obj_t *channels = NULL; local
294 (void)cfg_map_get(logstmt, "channel", &channels);
295 for (element = cfg_list_first(channels);
/bind-9.11.3/lib/bind9/
H A Dcheck.c3414 const cfg_obj_t *channels = NULL; local
3447 cfg_map_get(logobj, "channel", &channels);
3449 for (element = cfg_list_first(channels);
3495 channels = cfg_tuple_get(category, "destinations");
3496 for (delement = cfg_list_first(channels);

Completed in 20 milliseconds