Searched refs:ISC_LOG_TOFILE (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/named/
H A Dlog.c124 ISC_LOG_TOFILE,
139 ISC_LOG_TOFILE,
197 ISC_LOG_TOFILE,
H A Dlogconf.c156 type = ISC_LOG_TOFILE;
241 if (result == ISC_R_SUCCESS && type == ISC_LOG_TOFILE) {
/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h49 #define ISC_LOG_TOFILE 3 macro
105 * When defining an #ISC_LOG_TOFILE
113 FILE *stream; /*%< Initialized to NULL for #ISC_LOG_TOFILE. */
434 *\li type is #ISC_LOG_TOSYSLOG, #ISC_LOG_TOFILE, #ISC_LOG_TOFILEDESC or
842 * Close all open files used by #ISC_LOG_TOFILE channels.
/bind-9.11.3/lib/isc/
H A Dlog.c515 if (channel->type == ISC_LOG_TOFILE) {
704 REQUIRE(type == ISC_LOG_TOSYSLOG || type == ISC_LOG_TOFILE ||
734 case ISC_LOG_TOFILE:
959 if (channel->type == ISC_LOG_TOFILE &&
1033 if (channel->type == ISC_LOG_TOFILE &&
1310 REQUIRE(channel->type == ISC_LOG_TOFILE);
1648 case ISC_LOG_TOFILE:
1716 INSIST(channel->type == ISC_LOG_TOFILE);
/bind-9.11.3/bin/tests/
H A Dlog_test.c145 CHECK(isc_log_createchannel(lcfg, "file_test", ISC_LOG_TOFILE,

Completed in 67 milliseconds