/bind-9.6-ESV-R11/bin/tests/ |
H A D | log_test.c | 56 const isc_logcategory_t *category; local 131 category = isc_log_categorybyname(lctx, "notify"); 132 if (category != NULL) 133 fprintf(stderr, "%s category found. (expected)\n", 134 category->name); 136 fprintf(stderr, "notify category not found!\n"); 202 * Write to the internal default by testing both a category for which 203 * no channel has been specified and a category which was specified 210 "Unspecified category and unspecified module to stderr", 214 "Specified category an [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | logconf.c | 43 * Set up a logging category according to the named.conf data 50 isc_logcategory_t *category; local 56 category = isc_log_categorybyname(ns_g_lctx, catname); 57 if (category == NULL) { 59 "unknown logging category '%s' ignored", 80 result = isc_log_usechannel(logconfig, channelname, category, 189 (void)cfg_map_get(channel, "print-category", &printcat); 290 (void)cfg_map_get(logstmt, "category", &categories); 295 const cfg_obj_t *category = cfg_listelt_value(element); local 296 CHECK(category_fromconf(category, logconfi [all...] |
H A D | statschannel.c | 480 const char *category, const char **desc, int ncounters, 493 UNUSED(category); 521 if (category != NULL) { 524 category)); 546 if (category != NULL) 547 TRY0(xmlTextWriterEndElement(writer)); /* category */ 479 dump_counters(isc_stats_t *stats, 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 | 2644 ns_client_logv(ns_client_t *client, isc_logcategory_t *category, argument 2660 isc_log_write(ns_g_lctx, category, module, level, 2665 ns_client_log(ns_client_t *client, isc_logcategory_t *category, argument 2674 ns_client_logv(client, category, module, level, fmt, ap);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | openssl_link.c | 361 dst__openssl_toresult3(isc_logcategory_t *category, argument 371 isc_log_write(dns_lctx, category, 379 isc_log_write(dns_lctx, category,
|
H A D | dst_internal.h | 125 isc_logcategory_t *category; member in struct:dst_context
|
H A D | dst_api.c | 250 isc_logcategory_t *category, dst_context_t **dctxp) { 269 dctx->category = category; 249 dst_context_create2(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category, dst_context_t **dctxp) argument
|
H A D | validator.c | 155 validator_logv(dns_validator_t *val, isc_logcategory_t *category, 3521 * Attempt to validate the answer based on the category it appears to 3842 validator_logv(dns_validator_t *val, isc_logcategory_t *category, argument 3861 isc_log_write(dns_lctx, category, module, level, 3865 isc_log_write(dns_lctx, category, module, level,
|
H A D | rbtdb.c | 4971 * These are the category and module used by the cache cleaner. 4974 isc_logcategory_t *category = DNS_LOGCATEGORY_DATABASE; local 5004 isc_log_write(dns_lctx, category, module, level, 5030 isc_log_write(dns_lctx, category, module, 5039 isc_log_write(dns_lctx, category, module, 5045 isc_log_write(dns_lctx, category, module, level,
|
H A D | resolver.c | 8024 isc_logcategory_t *category, isc_logmodule_t *module, 8041 isc_log_write(lctx, category, module, level, 8023 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 | 9478 dns_zone_logc(dns_zone_t *zone, isc_logcategory_t *category, argument 9489 isc_log_write(dns_lctx, category, DNS_LOGMODULE_ZONE,
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | log.c | 83 * category, and then each structure in the linked list is checked for 85 * associated with any given category will be very short, no more than 112 * the category/module specification of isc_log_[v]write[1] that is compiled 139 * Note that the category and module information is not locked. 141 * in a program, and the category/module registration happens only once. 189 * The default category is provided so that the internal default can 240 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, 388 * Set the default category's channel to default_stderr, 576 * in one category array to point to the next array exists because 605 * Update the id number of the category wit 787 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name, const isc_logcategory_t *category, const isc_logmodule_t *module) argument 830 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 846 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 858 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument 874 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument 886 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 904 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 917 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 935 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 1404 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.6-ESV-R11/lib/bind9/ |
H A D | check.c | 2001 const cfg_obj_t *category; local 2070 cfg_map_get(logobj, "category", &categories); 2076 category = cfg_listelt_value(element); 2077 catname = cfg_obj_asstring(cfg_tuple_get(category, "name")); 2079 cfg_obj_log(category, logctx, ISC_LOG_ERROR, 2080 "undefined category: '%s'", catname); 2083 channels = cfg_tuple_get(category, "destinations");
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | socket.c | 425 isc_logcategory_t *category, isc_logmodule_t *module, int level, 823 manager_log(isc_socketmgr_t *sockmgr, isc_logcategory_t *category, argument 836 isc_log_write(isc_lctx, category, module, level, 842 isc_logcategory_t *category, isc_logmodule_t *module, int level, 859 isc_log_iwrite(isc_lctx, category, module, level, 864 isc_log_iwrite(isc_lctx, category, module, level, 841 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
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | socket.c | 536 isc_logcategory_t *category, isc_logmodule_t *module, int level, 540 isc_logcategory_t *category, isc_logmodule_t *module, int level, 553 isc_log_write(isc_lctx, category, module, level, 559 isc_logcategory_t *category, isc_logmodule_t *module, int level, 564 isc_logcategory_t *category, isc_logmodule_t *module, int level, 580 isc_log_iwrite(isc_lctx, category, module, level, 585 isc_log_iwrite(isc_lctx, category, module, level, 539 manager_log(isc_socketmgr_t *sockmgr, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, ...) argument 563 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
|