Searched defs:log (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Djournalprint.c23 #include <isc/log.h>
28 #include <dns/log.h>
41 isc_log_t *log = NULL; local
43 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS);
44 isc_log_setcontext(log);
45 dns_log_init(log);
46 dns_log_setcontext(log);
59 *logp = log;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dlog.c2 static char *rcsid = "$Id: log.c,v 1.1 2003/06/04 00:25:53 marka Exp $";
56 #include <idn/log.h>
70 static void log(int level, const char *fmt, va_list args);
78 log(idn_log_level_fatal, fmt, args);
88 log(idn_log_level_error, fmt, args);
97 log(idn_log_level_warning, fmt, args);
106 log(idn_log_level_info, fmt, args);
115 log(idn_log_level_trace, fmt, args);
124 log(idn_log_level_dump, fmt, args);
168 log(in function
[all...]
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c35 #include <dns/log.h>
103 isc_log_t *log = NULL; local
180 setup_logging(verbose, mctx, &log);
324 cleanup_logging(&log);
H A Ddnssec-dsfromkey.c38 #include <dns/log.h>
258 isc_log_t *log = NULL; local
348 setup_logging(verbose, mctx, &log);
387 cleanup_logging(&log);
H A Ddnssec-keygen.c50 #include <dns/log.h>
147 isc_log_t *log = NULL; local
251 setup_logging(verbose, mctx, &log);
551 cleanup_logging(&log);
H A Ddnssectool.c39 #include <dns/log.h>
151 isc_log_t *log = NULL; local
172 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS);
173 isc_log_setcontext(log);
174 dns_log_init(log);
175 dns_log_setcontext(log);
199 *logp = log;
204 isc_log_t *log; local
208 log = *logp;
209 if (log
[all...]
H A Ddnssec-signzone.c70 #include <dns/log.h>
3067 isc_log_t *log = NULL; local
3334 setup_logging(verbose, mctx, &log);
3671 cleanup_logging(&log);
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeydelete.c29 #include <isc/log.h>
155 isc_log_t *log; local
179 log = NULL;
181 RUNCHECK(isc_log_create(mctx, &log, &logconfig));
257 isc_log_destroy(&log);
H A Dkeycreate.c29 #include <isc/log.h>
211 isc_log_t *log; local
238 log = NULL;
240 RUNCHECK(isc_log_create(mctx, &log, &logconfig));
318 isc_log_destroy(&log);
/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c32 #include <isc/log.h>
44 #include <dns/log.h>
52 #include <isccfg/log.h>
112 * This needs to match the list in bin/named/log.c.
555 isc_log_t *log = NULL; local
557 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS);
558 isc_log_registercategories(log, categories);
559 isc_log_setcontext(log);
560 dns_log_init(log);
561 dns_log_setcontext(log);
[all...]
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c34 #include <isc/log.h>
433 parse_config(isc_mem_t *mctx, isc_log_t *log, const char *keyname, argument
471 DO("create parser", cfg_parser_create(mctx, log, pctxp));
676 isc_log_t *log = NULL; local
787 DO("create logging context", isc_log_create(mctx, &log, &logconfig));
788 isc_log_setcontext(log);
789 DO("setting log tag", isc_log_settag(logconfig, progname));
794 DO("creating log channel",
798 DO("enabling log channel", isc_log_usechannel(logconfig, "stderr",
801 parse_config(mctx, log, keynam
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c61 #include <named/log.h>
686 isc_boolean_t log = ISC_TF((options & DNS_GETDB_NOLOG) == 0); local
690 if (log) {
867 isc_boolean_t log = ISC_TF((options & DNS_GETDB_NOLOG) == 0); local
880 if (log && isc_log_wouldlog(ns_g_lctx,
892 } else if (log) {
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c51 #include <dns/log.h>
630 static void free_rbtdb(dns_rbtdb_t *rbtdb, isc_boolean_t log,
837 free_rbtdb(dns_rbtdb_t *rbtdb, isc_boolean_t log, isc_event_t *event) { argument
927 if (log) {
4973 isc_boolean_t log = ISC_FALSE; local
4998 * Note that 'log' can be true IFF overmem is also true.
5000 * databases -- hence all of the "overmem cache" log strings.
5002 log = ISC_TF(isc_log_wouldlog(dns_lctx, level));
5003 if (log)
5029 if (log)
[all...]

Completed in 1553 milliseconds