Lines Matching defs:logconfig
146 isc_logconfig_t * logconfig;
303 lctx->logconfig = lcfg;
415 ENSURE(lctx->logconfig != NULL);
417 return (lctx->logconfig);
440 old_cfg = lctx->logconfig;
441 lctx->logconfig = lcfg;
462 if (lctx->logconfig != NULL) {
463 lcfg = lctx->logconfig;
464 lctx->logconfig = NULL;
505 * This function cannot be called with a logconfig that is in
508 REQUIRE(lcfg->lctx != NULL && lcfg->lctx->logconfig != lcfg);
956 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels);
1029 for (channel = ISC_LIST_HEAD(lctx->logconfig->channels);
1373 * NOTE: this is UNLOCKED access to the logconfig. However,
1376 * because that's a risk anyway if the logconfig is being
1380 if (lctx == NULL || lctx->logconfig == NULL)
1383 return (ISC_TF(level <= lctx->logconfig->highest_level ||
1384 (lctx->logconfig->dynamic &&
1439 lcfg = lctx->logconfig;