/bind-9.11.3/bin/tests/ |
H A D | log_test.c | 167 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 D | cfg_test.c | 88 result = isc_log_usechannel(lcfg, "_default", NULL, NULL); 89 check_result(result, "isc_log_usechannel()");
|
H A D | makejournal.c | 120 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
|
H A D | byname_test.c | 78 RUNTIME_CHECK(isc_log_usechannel(lcfg, "_default", NULL, NULL) ==
|
H A D | adb_test.c | 329 result = isc_log_usechannel(lcfg, "_default", NULL, NULL); 330 check_result(result, "isc_log_usechannel()");
|
/bind-9.11.3/bin/named/ |
H A D | log.c | 226 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 D | logconf.c | 73 result = isc_log_usechannel(logconfig, channelname, category,
|
/bind-9.11.3/bin/tools/ |
H A D | named-journalprint.c | 48 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr",
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | log.h | 351 * 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 D | isctest.c | 118 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
|
/bind-9.11.3/lib/isccfg/tests/ |
H A D | parser_test.c | 80 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
|
/bind-9.11.3/conftools/perllib/dnsconf/ |
H A D | DNSConf.i | 72 if (isc_log_usechannel(ctx.logcfg, "default_stderr", NULL, NULL) !=
|
/bind-9.11.3/bin/tests/system/rsabigexponent/ |
H A D | bigkey.c | 204 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL), 205 "isc_log_usechannel()");
|
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 297 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 D | dnstest.c | 144 CHECK(isc_log_usechannel(logconfig, "stderr", NULL, NULL));
|
/bind-9.11.3/bin/tests/dst/ |
H A D | gsstest.c | 476 RUNCHECK(isc_log_usechannel(lcfg, "_default", NULL, NULL));
|
/bind-9.11.3/bin/check/ |
H A D | check-tool.c | 575 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr",
|
/bind-9.11.3/bin/rndc/ |
H A D | rndc.c | 904 DO("enabling log channel", isc_log_usechannel(logconfig, "stderr",
|
/bind-9.11.3/lib/isc/ |
H A D | log.c | 57 * 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 D | dnssectool.c | 198 RUNTIME_CHECK(isc_log_usechannel(logconfig, "stderr",
|
/bind-9.11.3/lib/dns/ |
H A D | client.c | 395 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL);
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 880 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL); 881 check_result(result, "isc_log_usechannel");
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 1591 result = isc_log_usechannel(logconfig, "default_debug", NULL, NULL); 1592 check_result(result, "isc_log_usechannel");
|