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

/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h47 #define ISC_LOG_TONULL 1 macro
435 * #ISC_LOG_TONULL.
437 *\li destination is not NULL unless type is #ISC_LOG_TONULL.
490 * \li Specifying a channel that is #ISC_LOG_TONULL for a category/module pair
/bind-9.11.3/bin/named/
H A Dlog.c176 ISC_LOG_TONULL,
H A Dlogconf.c130 type = ISC_LOG_TONULL;
/bind-9.11.3/lib/isc/
H A Dlog.c397 ISC_LOG_TONULL,
705 type == ISC_LOG_TOFILEDESC || type == ISC_LOG_TONULL);
706 REQUIRE(destination != NULL || type == ISC_LOG_TONULL);
755 case ISC_LOG_TONULL:
1082 if (channel->type != ISC_LOG_TONULL) {
1753 case ISC_LOG_TONULL:

Completed in 45 milliseconds