Searched refs:ISC_LOG_TOFILE (Results 1 – 2 of 2) sorted by relevance
526 if (channel->type == ISC_LOG_TOFILE) { in isc_logconfig_destroy()713 REQUIRE(type == ISC_LOG_TOSYSLOG || type == ISC_LOG_TOFILE || in isc_log_createchannel()744 case ISC_LOG_TOFILE: in isc_log_createchannel()969 if (channel->type == ISC_LOG_TOFILE && in isc_log_setdebuglevel()1043 if (channel->type == ISC_LOG_TOFILE && in isc_log_closefilelogs()1157 REQUIRE(channel->type == ISC_LOG_TOFILE); in greatest_version()1326 REQUIRE(channel->type == ISC_LOG_TOFILE); in isc_log_open()1657 case ISC_LOG_TOFILE: in isc_log_doit()1723 INSIST(channel->type == ISC_LOG_TOFILE); in isc_log_doit()
58 #define ISC_LOG_TOFILE 3 macro