Searched refs:ISC_LOG_OPENERR (Results 1 – 2 of 2) sorted by relevance
1360 if ((channel->flags & ISC_LOG_OPENERR) == 0) { in isc_log_open()1366 channel->flags |= ISC_LOG_OPENERR; in isc_log_open()1687 (channel->flags & ISC_LOG_OPENERR) == 0) { in isc_log_doit()1692 channel->flags |= ISC_LOG_OPENERR; in isc_log_doit()1696 channel->flags &= ~ISC_LOG_OPENERR; in isc_log_doit()
73 #define ISC_LOG_OPENERR 0x8000 /* internal */ macro