Searched refs:highest_level (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c122 int highest_level; member in struct:isc_logconfig
346 lcfg->highest_level = level;
558 lcfg->highest_level = 0;
1092 if (lcfg->highest_level < channel->level)
1093 lcfg->highest_level = channel->level;
1384 * highest_level, or if there is a dynamic channel and the level is
1398 return (ISC_TF(level <= lctx->logconfig->highest_level ||

Completed in 43 milliseconds