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

/bind-9.11.3/lib/isc/
H A Dlog.c111 unsigned int channellist_count; member in struct:isc_logconfig
334 lcfg->channellist_count = 0;
430 * Ensure that lcfg->channellist_count == lctx->category_count.
533 for (i = 0; i < lcfg->channellist_count; i++)
539 if (lcfg->channellist_count > 0)
541 lcfg->channellist_count *
1062 * Ensure lcfg->channellist_count == lctx->category_count.
1108 if (lctx->category_count == lcfg->channellist_count)
1120 if (lcfg->channellist_count != 0) {
1121 bytes = lcfg->channellist_count *
[all...]

Completed in 10 milliseconds