| /src/contrib/unbound/util/ |
| H A D | log.h | 49 enum verbosity_value { enum 65 extern enum verbosity_value verbosity; 74 void verbose(enum verbosity_value level, 201 void log_buf(enum verbosity_value level, const char* msg, struct sldns_buffer* buf);
|
| H A D | net_help.h | 156 void log_addr(enum verbosity_value v, const char* str, 167 void log_name_addr(enum verbosity_value v, const char* str, uint8_t* zone, 260 void log_nametypeclass(enum verbosity_value v, const char* str,
|
| H A D | log.c | 65 enum verbosity_value verbosity = NO_VERBOSE; 392 verbose(enum verbosity_value level, const char* format, ...) in verbose() 408 log_hex_f(enum verbosity_value v, const char* msg, void* data, size_t length) in log_hex_f() 460 void log_buf(enum verbosity_value level, const char* msg, sldns_buffer* buf) in log_buf()
|
| H A D | module.h | 985 void log_edns_known_options(enum verbosity_value level,
|
| H A D | module.c | 389 log_edns_known_options(enum verbosity_value level, struct module_env* env) in log_edns_known_options()
|
| H A D | net_help.c | 207 log_addr(enum verbosity_value v, const char* str, in log_addr() 553 log_nametypeclass(enum verbosity_value v, const char* str, uint8_t* name, in log_nametypeclass() 615 void log_name_addr(enum verbosity_value v, const char* str, uint8_t* zone, in log_name_addr()
|
| /src/contrib/unbound/util/data/ |
| H A D | packed_rrset.h | 416 void log_rrset_key(enum verbosity_value v, const char* str, 437 void log_packed_rrset(enum verbosity_value v, const char* str,
|
| H A D | msgreply.h | 560 void log_reply_info(enum verbosity_value v, struct query_info *qinf, 571 void log_query_info(enum verbosity_value v, const char* str,
|
| H A D | msgparse.h | 378 void log_edns_opt_list(enum verbosity_value level, const char* info_str,
|
| H A D | packed_rrset.c | 264 void log_rrset_key(enum verbosity_value v, const char* str, in log_rrset_key() 306 void log_packed_rrset(enum verbosity_value v, const char* str, in log_packed_rrset()
|
| H A D | msgreply.c | 965 log_reply_info(enum verbosity_value v, struct query_info *qinf, in log_reply_info() 1044 log_query_info(enum verbosity_value v, const char* str, in log_query_info()
|
| H A D | msgparse.c | 1322 log_edns_opt_list(enum verbosity_value level, const char* info_str, in log_edns_opt_list()
|
| /src/contrib/unbound/iterator/ |
| H A D | iter_delegpt.h | 327 void delegpt_log(enum verbosity_value v, struct delegpt* dp);
|
| H A D | iter_utils.c | 1535 enum verbosity_value level = VERB_ALGO; in iter_stub_fwd_no_cache() 1564 enum verbosity_value level = VERB_ALGO; in iter_stub_fwd_no_cache()
|
| H A D | iter_delegpt.c | 279 void delegpt_log(enum verbosity_value v, struct delegpt* dp) in delegpt_log()
|
| /src/contrib/unbound/pythonmod/ |
| H A D | interface.i | 1208 enum verbosity_value { 1493 void verbose(enum verbosity_value level, const char* format, ...); 1499 void log_query_info(enum verbosity_value v, const char* str, struct query_info* qinf); 1506 void pymod_verbose(enum verbosity_value level, const char* str); 1511 void pymod_verbose(enum verbosity_value level, const char* str) {
|
| /src/contrib/unbound/validator/ |
| H A D | autotrust.c | 130 verbose_key(struct autr_ta* ta, enum verbosity_value level, 140 verbose_key(struct autr_ta* ta, enum verbosity_value level, in verbose_key()
|
| H A D | val_secalgo.c | 107 log_crypto_verbose(enum verbosity_value level, const char* str, unsigned long e) in log_crypto_verbose()
|
| H A D | val_utils.c | 1247 sock_list_logentry(enum verbosity_value v, const char* s, struct sock_list* p) in sock_list_logentry()
|
| /src/contrib/unbound/services/ |
| H A D | outside_network.c | 371 log_reuse_tcp(enum verbosity_value v, const char* msg, struct reuse_tcp* reuse)
|
| H A D | authzone.c | 7803 static void auth_zone_log(uint8_t* name, enum verbosity_value level, 7805 static void auth_zone_log(uint8_t* name, enum verbosity_value level, in auth_zone_log()
|