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

/freebsd-10.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-10.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 99 milliseconds