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

/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h66 #define ISC_LOG_OPENERR 0x8000 /* internal */ macro
/bind-9.11.3/lib/isc/
H A Dlog.c1344 if ((channel->flags & ISC_LOG_OPENERR) == 0) {
1350 channel->flags |= ISC_LOG_OPENERR;
1678 (channel->flags & ISC_LOG_OPENERR) == 0) {
1683 channel->flags |= ISC_LOG_OPENERR;
1687 channel->flags &= ~ISC_LOG_OPENERR;

Completed in 16 milliseconds