Searched refs:category_channels (Results 1 – 1 of 1) sorted by relevance
1421 isc_logchannellist_t *category_channels; in isc_log_doit() local1458 category_channels = ISC_LIST_HEAD(lcfg->channellists[category->id]); in isc_log_doit()1469 if (category_channels == NULL && matched) in isc_log_doit()1472 if (category_channels == NULL && ! matched && in isc_log_doit()1473 category_channels != ISC_LIST_HEAD(lcfg->channellists[0])) in isc_log_doit()1478 category_channels = in isc_log_doit()1481 if (category_channels == NULL && ! matched) in isc_log_doit()1487 category_channels = &default_channel; in isc_log_doit()1489 if (category_channels->module != NULL && in isc_log_doit()1490 category_channels->module != module) { in isc_log_doit()[all …]