Searched refs:log (Results 1 - 25 of 200) sorted by relevance

12345678

/bind-9.11.3/bin/named/include/named/
H A Dlogconf.h16 #include <isc/log.h>
H A Dlog.h9 /* $Id: log.h,v 1.27 2009/01/07 23:47:46 tbox Exp $ */
16 #include <isc/log.h>
19 #include <dns/log.h>
58 * from opening files. This is to avoid creating log files
/bind-9.11.3/util/
H A Dcommit-arm.sh9 ps=`git log -1 --date=raw --pretty=format:%ad -- doc/arm/Bv9ARM.pdf | awk '{print $1;}'`
12 ts=`git log -1 --date=raw --pretty=format:%ad -- $f | awk '{print $1;}'`
/bind-9.11.3/bin/tools/
H A Dnamed-journalprint.c14 #include <isc/log.h>
20 #include <dns/log.h>
33 isc_log_t *log = NULL; local
35 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS);
36 isc_log_setcontext(log);
37 dns_log_init(log);
38 dns_log_setcontext(log);
51 *logp = log;
/bind-9.11.3/contrib/dlz/modules/perl/
H A Ddlz_perl_callback.xs65 log(opaque, level, msg)
71 log_t *log = (log_t *) opaque;
74 log( level, msg );
H A Ddlz_perl_driver.c75 #define carp(...) cd->log(ISC_LOG_INFO, __VA_ARGS__);
96 log_t *log; member in struct:config_data
132 if (strcmp(helper_name, "log") == 0)
133 state->log = ptr;
179 cd->log(ISC_LOG_ERROR, "DLZ Perl: allnodes for zone %s died in eval: %s", zone, SvPV_nolen(ERRSV));
197 cd->log(ISC_LOG_ERROR,
216 cd->log(ISC_LOG_ERROR,
232 cd->log(ISC_LOG_ERROR,
282 cd->log(ISC_LOG_ERROR,
292 cd->log(ISC_LOG_ERRO
[all...]
/bind-9.11.3/contrib/dlz/modules/common/
H A Ddlz_dbi.c96 log_t log)
214 /* Write error message to log */
215 if (log != NULL)
216 log(ISC_LOG_ERROR,
224 /* Write error message to log */
225 if (log != NULL)
226 log(ISC_LOG_ERROR,
234 /* Write error message to log */
235 if (log != NULL)
236 log(ISC_LOG_ERRO
94 build_querylist(const char *query_str, char **zone, char **record, char **client, query_list_t **querylist, unsigned int flags, log_t log) argument
308 build_dbinstance(const char *allnodes_str, const char *allowxfr_str, const char *authority_str, const char *findzone_str, const char *lookup_str, const char *countzone_str, dbinstance_t **dbi, log_t log) argument
[all...]
/bind-9.11.3/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.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c20 #include <isc/log.h>
69 log_t *log; member in struct:dlz_example_data
115 if (state->log != NULL)
116 state->log(ISC_LOG_ERROR,
211 if (strcmp(helper_name, "log") == 0)
212 state->log = (log_t *)ptr;
250 if (state->log != NULL)
251 state->log(ISC_LOG_ERROR,
288 if (state->log != NULL)
289 state->log(ISC_LOG_INF
[all...]
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dlog.h9 /* $Id: log.h,v 1.14 2009/01/18 23:48:14 tbox Exp $ */
14 /*! \file isccfg/log.h */
17 #include <isc/log.h>
/bind-9.11.3/lib/isccfg/
H A Dlog.c9 /* $Id: log.c,v 1.11 2007/06/19 23:47:22 tbox Exp $ */
17 #include <isccfg/log.h>
21 * \#define to <isccfg/log.h>.
30 * \#define to <isccfg/log.h>.
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Dlog.c9 #include <dns/log.h>
11 #include "log.h"
H A Dlog.h9 #include <dns/log.h>
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c66 log_t *log; member in struct:dlz_example_data
112 if (state->log != NULL)
113 state->log(ISC_LOG_ERROR,
208 if (strcmp(helper_name, "log") == 0)
209 state->log = (log_t *)ptr;
247 if (state->log != NULL)
248 state->log(ISC_LOG_ERROR,
285 if (state->log != NULL)
286 state->log(ISC_LOG_INFO, "dlz_example: started for zone %s",
305 if (state->log !
[all...]
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c247 log_t *log; member in struct:mysql_data
276 if (state->log != NULL)
277 state->log(ISC_LOG_INFO, "%s: init connection %d ",
285 if (state->log != NULL)
286 state->log(ISC_LOG_ERROR,
311 if (state->debug && state->log != NULL)
312 state->log(ISC_LOG_ERROR,
564 if (result != ISC_R_SUCCESS && state->log != NULL)
565 state->log(ISC_LOG_ERROR, "%s: invalid txn %x", modname, txn);
580 if (state->debug && state->log !
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dupdate.h50 dns_update_signatures(dns_update_log_t *log, dns_zone_t *zone, dns_db_t *db,
55 dns_update_signaturesinc(dns_update_log_t *log, dns_zone_t *zone, dns_db_t *db,
/bind-9.11.3/bin/tests/system/pkcs11/
H A Dclean.sh10 rm -f dig.out* pin upd.log*
/bind-9.11.3/bin/tests/system/rrl/
H A Dclean.sh12 rm -f */named.memstats */named.run */named.stats */log-* */session.key
/bind-9.11.3/lib/dns/
H A Dlog.c17 #include <dns/log.h>
21 * \#define to <dns/log.h>.
46 * \#define to <dns/log.h>.
H A Dpkcs11.c13 #include <dns/log.h>
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dlog.h1 /* $Id: log.h,v 1.1 2003/06/04 00:25:45 marka Exp $ */
51 #include <idn/log.h>
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/
H A Dnamed.log.conf20 zone "log1" log no;
21 zone "log2" log yes;
22 zone "log3"; # missing log clause
/bind-9.11.3/unit/
H A Dunittest.sh.in33 kyua --logfile kyua.log test
40 rm -f kyua.log
/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c98 log_t *log; member in struct:__anon49
134 db->log(ISC_LOG_ERROR,
142 db->log(ISC_LOG_ERROR, "parsing %s query failed", msg);
148 db->log(ISC_LOG_ERROR,
156 db->log(ISC_LOG_ERROR,
163 db->log(ISC_LOG_ERROR,
170 db->log(ISC_LOG_ERROR,
177 db->log(ISC_LOG_ERROR,
304 ldap->log(ISC_LOG_INFO,
331 db->log(ISC_LOG_INF
[all...]
/bind-9.11.3/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c94 log_t *log; member in struct:__anon50
183 mysql->log(ISC_LOG_INFO,
276 db->log(ISC_LOG_DEBUG(2),
291 db->log(ISC_LOG_DEBUG(2),
299 db->log(ISC_LOG_ERROR,
370 db->log(ISC_LOG_ERROR,
382 db->log(ISC_LOG_DEBUG(1), "\nQuery String: %s\n", querystring);
477 db->log(ISC_LOG_ERROR,
501 db->log(ISC_LOG_ERROR,
516 db->log(ISC_LOG_ERRO
[all...]

Completed in 45 milliseconds

12345678