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

/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h65 #define ISC_LOG_DEBUGONLY 0x1000 macro
425 * #ISC_LOG_DEBUGONLY will mark the channel as usable only when the
442 * #ISC_LOG_DEBUGONLY or #ISC_LOG_BUFFERED.
/bind-9.11.3/bin/named/
H A Dlog.c128 ISC_LOG_DEBUGONLY);
/bind-9.11.3/bin/tests/
H A Dlog_test.c162 ISC_LOG_DEBUGONLY));
/bind-9.11.3/lib/isc/
H A Dlog.c699 unsigned int permitted = ISC_LOG_PRINTALL | ISC_LOG_DEBUGONLY |
953 * Close ISC_LOG_DEBUGONLY channels if level is zero.
960 (channel->flags & ISC_LOG_DEBUGONLY) != 0 &&
1484 if (((channel->flags & ISC_LOG_DEBUGONLY) != 0) &&

Completed in 47 milliseconds