Searched refs:isc_log_usechannel (Results 1 - 23 of 23) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dlog_test.c167 CHECK(isc_log_usechannel(lcfg, "default_syslog",
170 CHECK(isc_log_usechannel(lcfg, "default_stderr",
173 CHECK(isc_log_usechannel(lcfg, "default_debug",
176 CHECK(isc_log_usechannel(lcfg, "null",
183 CHECK(isc_log_usechannel(lcfg, "file_test",
187 CHECK(isc_log_usechannel(lcfg, "debug_test",
227 CHECK(isc_log_usechannel(lcfg, "default_syslog",
H A Dcfg_test.c88 result = isc_log_usechannel(lcfg, "_default", NULL, NULL);
89 check_result(result, "isc_log_usechannel()");
H A Dmakejournal.c120 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
H A Dbyname_test.c78 RUNTIME_CHECK(isc_log_usechannel(lcfg, "_default", NULL, NULL) ==
H A Dadb_test.c329 result = isc_log_usechannel(lcfg, "_default", NULL, NULL);
330 check_result(result, "isc_log_usechannel()");
/bind-9.11.3/bin/named/
H A Dlog.c226 result = isc_log_usechannel(lcfg, "default_debug",
233 result = isc_log_usechannel(lcfg, "default_logfile",
237 result = isc_log_usechannel(lcfg, "default_syslog",
250 result = isc_log_usechannel(lcfg, "null",
H A Dlogconf.c73 result = isc_log_usechannel(logconfig, channelname, category,
/bind-9.11.3/bin/tools/
H A Dnamed-journalprint.c48 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr",
/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h351 * so they can be used with isc_log_usechannel() and isc_log_write().
389 * used with isc_log_usechannel() and isc_log_write().
405 * impact on isc_log_usechannel(), since the names are searched
419 * call by defining a new channel and then calling isc_log_usechannel()
447 * isc_log_usechannel().
462 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name,
/bind-9.11.3/lib/isc/tests/
H A Disctest.c118 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
/bind-9.11.3/lib/isccfg/tests/
H A Dparser_test.c80 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
/bind-9.11.3/conftools/perllib/dnsconf/
H A DDNSConf.i72 if (isc_log_usechannel(ctx.logcfg, "default_stderr", NULL, NULL) !=
/bind-9.11.3/bin/tests/system/rsabigexponent/
H A Dbigkey.c204 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL),
205 "isc_log_usechannel()");
/bind-9.11.3/bin/delv/
H A Ddelv.c297 result = isc_log_usechannel(logconfig, "stderr",
311 result = isc_log_usechannel(logconfig, "resolver",
327 result = isc_log_usechannel(logconfig, "validator",
343 result = isc_log_usechannel(logconfig, "messages",
/bind-9.11.3/lib/dns/tests/
H A Ddnstest.c144 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c476 RUNCHECK(isc_log_usechannel(lcfg, "_default", NULL, NULL));
/bind-9.11.3/bin/check/
H A Dcheck-tool.c575 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr",
/bind-9.11.3/bin/rndc/
H A Drndc.c904 DO("enabling log channel", isc_log_usechannel(logconfig, "stderr",
/bind-9.11.3/lib/isc/
H A Dlog.c57 * from the head of the list are only done when isc_log_usechannel() is
431 * They won't be equal if isc_log_usechannel has not been called
778 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name, function
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c198 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr",
/bind-9.11.3/lib/dns/
H A Dclient.c395 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c880 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
881 check_result(result, "isc_log_usechannel");
/bind-9.11.3/bin/dig/
H A Ddighost.c1591 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
1592 check_result(result, "isc_log_usechannel");

Completed in 74 milliseconds