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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlog.c170 ISC_LOG_TONULL,
H A Dlogconf.c137 type = ISC_LOG_TONULL;
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dlog.h56 #define ISC_LOG_TONULL 1 macro
441 * #ISC_LOG_TONULL.
443 *\li destination is not NULL unless type is #ISC_LOG_TONULL.
496 * \li Specifying a channel that is #ISC_LOG_TONULL for a category/module pair
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dlog.h56 #define ISC_LOG_TONULL 1 macro
441 * #ISC_LOG_TONULL.
443 *\li destination is not NULL unless type is #ISC_LOG_TONULL.
496 * \li Specifying a channel that is #ISC_LOG_TONULL for a category/module pair
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlog.c408 ISC_LOG_TONULL,
714 type == ISC_LOG_TOFILEDESC || type == ISC_LOG_TONULL);
715 REQUIRE(destination != NULL || type == ISC_LOG_TONULL);
765 case ISC_LOG_TONULL:
1092 if (channel->type != ISC_LOG_TONULL) {
1756 case ISC_LOG_TONULL:
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlog.c408 ISC_LOG_TONULL,
714 type == ISC_LOG_TOFILEDESC || type == ISC_LOG_TONULL);
715 REQUIRE(destination != NULL || type == ISC_LOG_TONULL);
765 case ISC_LOG_TONULL:
1092 if (channel->type != ISC_LOG_TONULL) {
1759 case ISC_LOG_TONULL:

Completed in 184 milliseconds