/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | log.c | 14 log_write(int level, const char *format, ...) { argument 19 level, format, args);
|
/bind-9.11.3/lib/isc/nothreads/ |
H A D | thread.c | 17 isc_thread_setconcurrency(unsigned int level) { argument 18 UNUSED(level);
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | thread.c | 65 isc_thread_setconcurrency(unsigned int level) { argument 67 (void)pthread_setconcurrency(level); 69 UNUSED(level);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | printf.c | 85 idnLogPrintf(int level, char *fmt, ...) { argument 90 if (level > log_level || logfile_name[0] == '\0') 105 log_proc(int level, const char *msg) { argument
|
/bind-9.11.3/lib/isc/win32/ |
H A D | thread.c | 53 isc_thread_setconcurrency(unsigned int level) { argument
|
H A D | syslog.c | 85 syslog(int level, const char *fmt, ...) { argument 98 switch (level) { 137 * Keep event logging synced with the current debug level 140 ModifyLogLevel(int level) { argument 141 debug_level = level;
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | log.c | 70 static void log(int level, const char *fmt, va_list args); 71 static void log_to_stderr(int level, const char *buf); 129 idn_log_setlevel(int level) { argument 130 if (level >= 0) 131 log_level = level; 155 int level = atoi(s); local 156 if (level >= 0) 157 log_level = level; 168 log(int level, const char *fmt, va_list args) { argument 173 if (log_level < level) 186 log_to_stderr(int level, const char *buf) argument [all...] |
/bind-9.11.3/bin/named/ |
H A D | notify.c | 33 notify_log(ns_client_t *client, int level, const char *fmt, ...) { argument 38 level, fmt, ap);
|
H A D | lwdclient.c | 35 ns_lwdclient_log(int level, const char *format, ...) { argument 41 ISC_LOG_DEBUG(level), format, args);
|
H A D | logconf.c | 97 int level; local 214 level = ISC_LOG_INFO; 219 level = ISC_LOG_CRITICAL; 221 level = ISC_LOG_ERROR; 223 level = ISC_LOG_WARNING; 225 level = ISC_LOG_NOTICE; 227 level = ISC_LOG_INFO; 229 level = ISC_LOG_DYNAMIC; 232 level = cfg_obj_asuint32(severity); 239 type, level, [all...] |
/bind-9.11.3/bin/tests/system/rsabigexponent/ |
H A D | bigkey.c | 131 int level = ISC_LOG_WARNING; variable 200 level,
|
/bind-9.11.3/lib/dns/ |
H A D | ssu_external.c | 45 ssu_e_log(int level, const char *fmt, ...) { argument 50 DNS_LOGMODULE_ZONE, ISC_LOG_DEBUG(level), fmt, ap);
|
H A D | dst_parse.c | 706 int level; local 711 level = ISC_LOG_NOTICE; 713 level = ISC_LOG_WARNING; 716 DNS_LOGMODULE_DNSSEC, level,
|
H A D | zt.c | 370 int level; local 415 level = (result != ISC_R_SUCCESS) ? ISC_LOG_ERROR : ISC_LOG_DEBUG(1); 417 level, "%s zone '%s/%s'%s%s: %s",
|
H A D | gssapictx.c | 873 gss_log(int level, const char *fmt, ...) { argument 878 DNS_LOGMODULE_TKEY, ISC_LOG_DEBUG(level), fmt, ap);
|
H A D | request.c | 121 static void req_log(int level, const char *fmt, ...) ISC_FORMAT_PRINTF(2, 3); 1592 req_log(int level, const char *fmt, ...) { argument 1597 DNS_LOGMODULE_REQUEST, level, fmt, ap);
|
H A D | tsig.c | 131 tsig_log(dns_tsigkey_t *key, int level, const char *fmt, ...) 140 tsig_log(dns_tsigkey_t *key, int level, const char *fmt, ...) { argument 146 if (isc_log_wouldlog(dns_lctx, level) == ISC_FALSE) 166 level, "tsig key '%s' (%s): %s", 171 level, "tsig key '%s': %s", namestr, message);
|
H A D | xfrin.c | 231 xfrin_logv(int level, const char *zonetext, isc_sockaddr_t *masteraddr, 236 xfrin_log1(int level, const char *zonetext, isc_sockaddr_t *masteraddr, 241 xfrin_log(dns_xfrin_ctx_t *xfr, int level, const char *fmt, ...) 1562 xfrin_logv(int level, const char *zonetext, isc_sockaddr_t *masteraddr, argument 1572 DNS_LOGMODULE_XFER_IN, level, 1582 xfrin_log1(int level, const char *zonetext, isc_sockaddr_t *masteraddr, argument 1587 if (isc_log_wouldlog(dns_lctx, level) == ISC_FALSE) 1591 xfrin_logv(level, zonetext, masteraddr, fmt, ap); 1600 xfrin_log(dns_xfrin_ctx_t *xfr, int level, const char *fmt, ...) argument 1605 if (isc_log_wouldlog(dns_lctx, level) [all...] |
H A D | rpz.c | 643 badname(int level, dns_name_t *name, const char *str1, const char *str2) { argument 649 if (level < DNS_RPZ_DEBUG_QUIET && 650 isc_log_wouldlog(dns_lctx, level)) { 653 DNS_LOGMODULE_RBTDB, level,
|
/bind-9.11.3/bin/tests/ |
H A D | byname_test.c | 48 static unsigned int level = 0; variable 80 isc_log_setdebuglevel(lctx, level); 215 level = (unsigned int)atoi(isc_commandline_argument);
|
/bind-9.11.3/bin/named/unix/ |
H A D | dlz_dlopen_driver.c | 79 * Log a message at the given level. 81 static void dlopen_log(int level, const char *fmt, ...) argument 86 DNS_LOGMODULE_DLZ, ISC_LOG_DEBUG(level),
|
/bind-9.11.3/bin/named/win32/ |
H A D | dlz_dlopen_driver.c | 80 * Log a message at the given level. 82 static void dlopen_log(int level, const char *fmt, ...) argument 87 DNS_LOGMODULE_DLZ, ISC_LOG_DEBUG(level),
|
/bind-9.11.3/lib/isc/unix/ |
H A D | net.c | 496 cmsgsend(int s, int level, int type, struct addrinfo *res) { argument 545 cmsgp->cmsg_level = level; 555 cmsgp->cmsg_level = level;
|
/bind-9.11.3/bin/check/ |
H A D | check-tool.c | 390 int level = ISC_LOG_ERROR; local 423 level = ISC_LOG_WARNING; 426 dns_zone_log(zone, level, 434 if (level == ISC_LOG_ERROR) 476 int level = ISC_LOG_ERROR; local 509 level = ISC_LOG_WARNING; 512 dns_zone_log(zone, level, "%s/SRV '%s'" 519 if (level == ISC_LOG_ERROR)
|
/bind-9.11.3/lib/isc/ |
H A D | log.c | 65 int level; member in struct:isc_logchannel 230 isc_logmodule_t *module, int level, isc_boolean_t write_once, 324 int level = ISC_LOG_INFO; local 336 lcfg->highest_level = level; 360 ISC_LOG_TOSYSLOG, level, 371 level, 693 unsigned int type, int level, 707 REQUIRE(level >= ISC_LOG_CRITICAL); 725 channel->level = level; 692 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, unsigned int type, int level, const isc_logdestination_t *destination, unsigned int flags) argument 821 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 837 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 849 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 865 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 877 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument 895 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument 908 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument 926 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument 944 isc_log_setdebuglevel(isc_log_t *lctx, unsigned int level) argument 1362 isc_log_wouldlog(isc_log_t *lctx, int level) argument 1389 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument [all...] |