Home | History | Annotate | Download | only in isc

Lines Matching refs:logconfig

158 	isc_logconfig_t * 		logconfig;
316 lctx->logconfig = lcfg;
428 ENSURE(lctx->logconfig != NULL);
430 return (lctx->logconfig);
453 old_cfg = lctx->logconfig;
454 lctx->logconfig = lcfg;
475 if (lctx->logconfig != NULL) {
476 lcfg = lctx->logconfig;
477 lctx->logconfig = NULL;
518 * This function cannot be called with a logconfig that is in
521 REQUIRE(lcfg->lctx != NULL && lcfg->lctx->logconfig != lcfg);
968 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels);
1041 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels);
1391 * NOTE: this is UNLOCKED access to the logconfig. However,
1394 * because that's a risk anyway if the logconfig is being
1398 if (lctx == NULL || lctx->logconfig == NULL)
1401 return (ISC_TF(level <= lctx->logconfig->highest_level ||
1402 (lctx->logconfig->dynamic &&
1458 lcfg = lctx->logconfig;