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

/bind-9.11.3/lib/isc/
H A Dlog.c113 int highest_level; member in struct:isc_logconfig
336 lcfg->highest_level = level;
548 lcfg->highest_level = 0;
1083 if (lcfg->highest_level < channel->level)
1084 lcfg->highest_level = channel->level;
1369 * highest_level, or if there is a dynamic channel and the level is
1383 return (ISC_TF(level <= lctx->logconfig->highest_level ||

Completed in 10 milliseconds