Home
last modified time | relevance | path

Searched refs:isc_log_wouldlog (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/external/mpl/bind/dist/lib/dns/
H A Drrl.c128 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DEBUG3)) { in hash_divisor()
251 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DROP) && rrl->hash != NULL) { in expand_entries()
337 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DROP) && old_bins != 0) { in expand_rrl_hash()
745 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DEBUG3)) { in debit_rrl_entry()
779 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DEBUG3)) { in debit_rrl_entry()
788 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DEBUG3)) { in debit_rrl_entry()
1094 if (isc_log_wouldlog(dns_lctx, in dns_rrl()
1170 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DEBUG1)) { in dns_rrl()
1211 if (isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DEBUG1)) { in dns_rrl()
1234 isc_log_wouldlog(dns_lctx, DNS_RRL_LOG_DROP)) in dns_rrl()
H A Dkeymgr.c1171 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(1))) { in keymgr_transition_allowed()
1670 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(1))) { in keymgr_key_rollover()
1687 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(1))) { in keymgr_key_rollover()
1709 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(1))) { in keymgr_key_rollover()
1723 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(1))) { in keymgr_key_rollover()
1746 } else if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(1))) { in keymgr_key_rollover()
1995 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(1))) { in dns_keymgr_run()
2227 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(3))) { in dns_keymgr_run()
2296 if (isc_log_wouldlog(dns_lctx, ISC_LOG_NOTICE)) { in keymgr_checkds()
H A Ddispatch.c344 if (!isc_log_wouldlog(dns_lctx, level)) { in mgr_log()
380 if (!isc_log_wouldlog(dns_lctx, level)) { in dispatch_log()
404 if (!isc_log_wouldlog(dns_lctx, level)) { in request_log()
1142 if (isc_log_wouldlog(dns_lctx, LVL(10))) { in udp_recv()
2726 if (isc_log_wouldlog(dns_lctx, 90)) { in dispatch_createudp()
H A Dupdate.c140 if (isc_log_wouldlog(dns_lctx, LOGLEVEL_PROTOCOL)) { \
162 if (isc_log_wouldlog(dns_lctx, LOGLEVEL_PROTOCOL)) { \
217 if (!isc_log_wouldlog(dns_lctx, level)) { in update_log()
H A Dxfrin.c1679 if (!isc_log_wouldlog(dns_lctx, level)) { in xfrin_log1()
1697 if (!isc_log_wouldlog(dns_lctx, level)) { in xfrin_log()
H A Drpz.c680 if (level < DNS_RPZ_DEBUG_QUIET && isc_log_wouldlog(dns_lctx, level)) { in badname()
973 isc_log_wouldlog(dns_lctx, log_level)) in name2ipkey()
H A Dtsig.c151 if (!isc_log_wouldlog(dns_lctx, level)) { in tsig_log()
H A Dresolver.c1618 if (!isc_log_wouldlog(dns_lctx, ISC_LOG_INFO)) { in fcount_logspill()
4125 if (isc_log_wouldlog(dns_lctx, ISC_LOG_DEBUG(3))) { in possibly_mark()
8008 if (isc_log_wouldlog(dns_lctx, ISC_LOG_INFO)) { in resquery_response()
8092 if (isc_log_wouldlog(dns_lctx, ISC_LOG_INFO)) { in resquery_response()
11015 if (!isc_log_wouldlog(dns_lctx, level)) { in log_fetch()
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlog.h646 isc_log_wouldlog(isc_log_t *lctx, int level);
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dtask.c1169 if (isc_log_wouldlog(isc_lctx, ISC_LOG_DEBUG(1))) { in isc_task_beginexclusive()
1177 if (isc_log_wouldlog(isc_lctx, ISC_LOG_DEBUG(1))) { in isc_task_beginexclusive()
1194 if (isc_log_wouldlog(isc_lctx, ISC_LOG_DEBUG(1))) { in isc_task_endexclusive()
1202 if (isc_log_wouldlog(isc_lctx, ISC_LOG_DEBUG(1))) { in isc_task_endexclusive()
H A Dlog.c1471 isc_log_wouldlog(isc_log_t *lctx, int level) { in isc_log_wouldlog() function
1536 if (!isc_log_wouldlog(lctx, level)) { in isc_log_doit()
/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlog.h717 isc_log_wouldlog(isc_log_t *lctx, int level);
/netbsd/external/bsd/ntp/dist/lib/isc/win32/
H A Dlibisc.def356 isc_log_wouldlog
H A Dsocket.c837 if (!isc_log_wouldlog(isc_lctx, level)) in manager_log()
859 if (!isc_log_wouldlog(isc_lctx, level)) in socket_log()
1230 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in fill_recv()
1417 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in startio_send()
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dupdate.c150 if (isc_log_wouldlog(ns_lctx, LOGLEVEL_PROTOCOL)) { \
177 if (isc_log_wouldlog(ns_lctx, LOGLEVEL_PROTOCOL)) { \
292 if (!isc_log_wouldlog(ns_lctx, level)) { in update_log()
3082 if (isc_log_wouldlog(ns_lctx, LOGLEVEL_PROTOCOL)) { in update_action()
3153 if (isc_log_wouldlog(ns_lctx, in update_action()
3185 if (isc_log_wouldlog(ns_lctx, in update_action()
H A Dquery.c168 if (isc_log_wouldlog(ns_lctx, level)) { in client_trace()
876 if (log && isc_log_wouldlog(ns_lctx, ISC_LOG_DEBUG(3))) in query_checkcacheaccess()
1013 if (isc_log_wouldlog(ns_lctx, ISC_LOG_DEBUG(3))) { in query_validatezonedb()
1173 if (!isc_log_wouldlog(ns_lctx, DNS_RPZ_INFO_LEVEL)) { in rpz_log_rewrite()
1217 if (!isc_log_wouldlog(ns_lctx, level)) { in rpz_log_fail_helper()
1287 isc_log_wouldlog(ns_lctx, DNS_RPZ_DEBUG_LEVEL2)) in rpz_getdb()
6269 if (isc_log_wouldlog(ns_lctx, errorloglevel)) { in fetch_callback()
6721 if (isc_log_wouldlog(ns_lctx, ISC_LOG_DEBUG(1))) { in ns__query_sfcache()
11619 if (!isc_log_wouldlog(ns_lctx, ISC_LOG_INFO)) { in log_tat()
11681 if (!isc_log_wouldlog(ns_lctx, level)) { in log_query()
[all …]
H A Dclient.c805 wouldlog = isc_log_wouldlog(ns_lctx, loglevel); in ns_client_error()
2710 if (!isc_log_wouldlog(ns_lctx, level)) { in ns_client_log()
2740 if (!isc_log_wouldlog(ns_lctx, ISC_LOG_DEBUG(1))) { in ns_client_dumpmessage()
H A Dxfrout.c1490 if (isc_log_wouldlog(ns_lctx, XFROUT_RR_LOGLEVEL)) { in sendstream()
/netbsd/external/mpl/bind/dist/lib/isc/win32/
H A Dlibisc.def.in337 isc_log_wouldlog
H A Dsocket.c839 if (!isc_log_wouldlog(isc_lctx, level)) { in manager_log()
859 if (!isc_log_wouldlog(isc_lctx, level)) { in socket_log()
1169 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in fill_recv()
1338 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in startio_send()
/netbsd/external/bsd/ntp/dist/lib/isc/
H A Dlog.c1380 isc_log_wouldlog(isc_log_t *lctx, int level) { in isc_log_wouldlog() function
1443 if (! isc_log_wouldlog(lctx, level)) in isc_log_doit()
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Dsocket.c595 if (!isc_log_wouldlog(isc_lctx, level)) { in manager_log()
617 if (!isc_log_wouldlog(isc_lctx, level)) { in thread_log()
642 if (!isc_log_wouldlog(isc_lctx, level)) { in socket_log()
1527 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in doio_recv()
1605 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in doio_recv()
/netbsd/external/mpl/bind/dist/bin/named/
H A Dmain.c1124 if (!isc_log_wouldlog(named_g_lctx, ISC_LOG_DEBUG(99))) { in dump_symboltable()
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c716 if (! isc_log_wouldlog(isc_lctx, level)) in manager_log()
743 if (! isc_log_wouldlog(isc_lctx, level)) in socket_log()
1667 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in doio_recv()
1740 if (isc_log_wouldlog(isc_lctx, IOEVENT_LEVEL)) { in doio_recv()
/netbsd/external/mpl/bind/dist/bin/delv/
H A Ddelv.c258 if (!isc_log_wouldlog(lctx, level)) { in delv_log()

12