/bind-9.11.3/bin/tests/ |
H A D | log_test.c | 48 const isc_logcategory_t *category; local 123 category = isc_log_categorybyname(lctx, "notify"); 124 if (category != NULL) 125 fprintf(stderr, "%s category found. (expected)\n", 126 category->name); 128 fprintf(stderr, "notify category not found!\n"); 194 * Write to the internal default by testing both a category for which 195 * no channel has been specified and a category which was specified 202 "Unspecified category and unspecified module to stderr", 206 "Specified category an [all...] |
/bind-9.11.3/lib/dns/ |
H A D | openssl_link.c | 410 dst__openssl_toresult3(isc_logcategory_t *category, argument 420 isc_log_write(dns_lctx, category, 433 isc_log_write(dns_lctx, category,
|
H A D | dst_internal.h | 158 isc_logcategory_t *category; member in struct:dst_context
|
H A D | validator.c | 144 validator_logv(dns_validator_t *val, isc_logcategory_t *category, 3604 * Attempt to validate the answer based on the category it appears to 3936 validator_logv(dns_validator_t *val, isc_logcategory_t *category, argument 3955 isc_log_write(dns_lctx, category, module, level, 3959 isc_log_write(dns_lctx, category, module, level,
|
H A D | dst_api.c | 331 isc_logcategory_t *category, dst_context_t **dctxp) 333 return (dst_context_create4(key, mctx, category, ISC_TRUE, 0, dctxp)); 338 isc_logcategory_t *category, isc_boolean_t useforsigning, 341 return (dst_context_create4(key, mctx, category, 347 isc_logcategory_t *category, isc_boolean_t useforsigning, 370 dctx->category = category; 330 dst_context_create2(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category, dst_context_t **dctxp) argument 337 dst_context_create3(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category, isc_boolean_t useforsigning, dst_context_t **dctxp) argument 346 dst_context_create4(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category, isc_boolean_t useforsigning, int maxbits, dst_context_t **dctxp) argument
|
H A D | message.c | 170 isc_sockaddr_t *address, isc_logcategory_t *category, 4166 isc_logcategory_t *category, isc_logmodule_t *module, 4169 logfmtpacket(message, description, NULL, category, module, 4176 isc_logcategory_t *category, isc_logmodule_t *module, 4181 logfmtpacket(message, description, address, category, module, 4187 isc_logcategory_t *category, isc_logmodule_t *module, 4191 logfmtpacket(message, description, NULL, category, module, style, 4198 isc_logcategory_t *category, isc_logmodule_t *module, 4204 logfmtpacket(message, description, address, category, module, style, 4210 isc_sockaddr_t *address, isc_logcategory_t *category, 4165 dns_message_logpacket(dns_message_t *message, const char *description, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_mem_t *mctx) argument 4174 dns_message_logpacket2(dns_message_t *message, const char *description, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_mem_t *mctx) argument 4186 dns_message_logfmtpacket(dns_message_t *message, const char *description, isc_logcategory_t *category, isc_logmodule_t *module, const dns_master_style_t *style, int level, isc_mem_t *mctx) argument 4196 dns_message_logfmtpacket2(dns_message_t *message, const char *description, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, const dns_master_style_t *style, int level, isc_mem_t *mctx) argument 4209 logfmtpacket(dns_message_t *message, const char *description, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, const dns_master_style_t *style, int level, isc_mem_t *mctx) argument [all...] |
H A D | rbtdb.c | 5577 * These are the category and module used by the cache cleaner. 5580 isc_logcategory_t *category = DNS_LOGCATEGORY_DATABASE; local 5610 isc_log_write(dns_lctx, category, module, level, 5635 isc_log_write(dns_lctx, category, module, 5643 isc_log_write(dns_lctx, category, module, 5649 isc_log_write(dns_lctx, category, module, level,
|
H A D | resolver.c | 9640 isc_logcategory_t *category, isc_logmodule_t *module, 9657 isc_log_write(lctx, category, module, level, 9639 dns_resolver_logfetch(dns_fetch_t *fetch, isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t duplicateok) argument
|
H A D | zone.c | 13652 dns_zone_logc(dns_zone_t *zone, isc_logcategory_t *category, argument 13663 isc_log_write(dns_lctx, category, DNS_LOGMODULE_ZONE,
|
/bind-9.11.3/bin/named/ |
H A D | logconf.c | 36 * Set up a logging category according to the named.conf data 43 isc_logcategory_t *category; local 49 category = isc_log_categorybyname(ns_g_lctx, catname); 50 if (category == NULL) { 52 "unknown logging category '%s' ignored", 73 result = isc_log_usechannel(logconfig, channelname, category, 199 (void)cfg_map_get(channel, "print-category", &printcat); 303 (void)cfg_map_get(logstmt, "category", &categories); 308 const cfg_obj_t *category = cfg_listelt_value(element); local 309 CHECK(category_fromconf(category, logconfi [all...] |
H A D | statschannel.c | 1009 const char *category, const char **desc, int ncounters, 1025 UNUSED(category); 1039 if (category != NULL) { 1043 json_object_object_add(job, category, cat); 1065 if (category != NULL) { 1069 category)); 1071 /* <name> inside category */ 1008 dump_counters(isc_stats_t *stats, isc_statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument
|
H A D | client.c | 1443 * Log dropped errors in the query category 3736 ns_client_logv(ns_client_t *client, isc_logcategory_t *category, argument 3777 isc_log_write(ns_g_lctx, category, module, level, 3784 ns_client_log(ns_client_t *client, isc_logcategory_t *category, argument 3793 ns_client_logv(client, category, module, level, fmt, ap);
|
/bind-9.11.3/lib/isc/ |
H A D | log.c | 74 * category, and then each structure in the linked list is checked for 76 * associated with any given category will be very short, no more than 103 * the category/module specification of isc_log_[v]write[1] that is compiled 130 * Note that the category and module information is not locked. 132 * in a program, and the category/module registration happens only once. 180 * The default category is provided so that the internal default can 229 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, 378 * Set the default category's channel to default_stderr, 566 * in one category array to point to the next array exists because 595 * Update the id number of the category wit 778 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name, const isc_logcategory_t *category, const isc_logmodule_t *module) 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 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...] |
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 3413 const cfg_obj_t *category; local 3482 cfg_map_get(logobj, "category", &categories); 3488 category = cfg_listelt_value(element); 3489 catname = cfg_obj_asstring(cfg_tuple_get(category, "name")); 3491 cfg_obj_log(category, logctx, ISC_LOG_ERROR, 3492 "undefined category: '%s'", catname); 3495 channels = cfg_tuple_get(category, "destinations");
|
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 789 isc_logcategory_t *category, isc_logmodule_t *module, int level, 793 isc_logcategory_t *category, isc_logmodule_t *module, int level, 806 isc_log_write(isc_lctx, category, module, level, 813 isc_logcategory_t *category, isc_logmodule_t *module, int level, 818 isc_logcategory_t *category, isc_logmodule_t *module, int level, 834 isc_log_iwrite(isc_lctx, category, module, level, 839 isc_log_iwrite(isc_lctx, category, module, level, 792 manager_log(isc__socketmgr_t *sockmgr, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, ...) argument 817 socket_log(isc__socket_t *sock, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int message, const char *fmt, ...) argument
|
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 444 isc_logcategory_t *category, isc_logmodule_t *module, int level, 842 manager_log(isc_socketmgr_t *sockmgr, isc_logcategory_t *category, argument 855 isc_log_write(isc_lctx, category, module, level, 861 isc_logcategory_t *category, isc_logmodule_t *module, int level, 878 isc_log_iwrite(isc_lctx, category, module, level, 883 isc_log_iwrite(isc_lctx, category, module, level, 860 socket_log(int lineno, isc_socket_t *sock, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int message, const char *fmt, ...) argument
|