Searched defs:categories (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | log.c | 30 static isc_logcategory_t categories[] = { variable 67 ns_g_categories = categories;
|
H A D | logconf.c | 285 const cfg_obj_t *categories = NULL; local 303 (void)cfg_map_get(logstmt, "category", &categories); 304 for (element = cfg_list_first(categories);
|
H A D | server.c | 8220 const cfg_obj_t *categories = NULL; local 8230 &categories); 8231 if (categories != NULL) { 8232 for (element = cfg_list_first(categories);
|
/bind-9.11.3/lib/isc/tests/ |
H A D | isctest.c | 43 * Logging categories: this needs to match the list in bin/named/log.c. 45 static isc_logcategory_t categories[] = { variable 107 isc_log_registercategories(lctx, categories);
|
/bind-9.11.3/lib/isccfg/tests/ |
H A D | parser_test.c | 38 static isc_logcategory_t categories[] = { variable 69 isc_log_registercategories(lctx, categories);
|
/bind-9.11.3/bin/tests/ |
H A D | makejournal.c | 43 * Logging categories: this needs to match the list in bin/named/log.c. 45 static isc_logcategory_t categories[] = { variable 108 isc_log_registercategories(lctx, categories);
|
/bind-9.11.3/lib/dns/tests/ |
H A D | dnstest.c | 61 * Logging categories: this needs to match the list in bin/named/log.c. 63 static isc_logcategory_t categories[] = { variable 131 isc_log_registercategories(lctx, categories);
|
/bind-9.11.3/bin/check/ |
H A D | check-tool.c | 113 static isc_logcategory_t categories[] = { variable 561 isc_log_registercategories(log, categories);
|
/bind-9.11.3/lib/isc/ |
H A D | log.c | 72 * The logchannellist structure associates categories and modules with 139 isc_logcategory_t * categories; member in struct:isc_log 177 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo 191 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to modules. 269 lctx->categories = NULL; 479 lctx->categories = NULL; 558 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { argument 562 REQUIRE(categories != NULL && categories[0].name != NULL); 572 if (lctx->categories [all...] |
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 230 static isc_logcategory_t categories[] = { variable 234 #define LOGCATEGORY_DEFAULT (&categories[0]) 273 isc_log_registercategories(lctx, categories);
|
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 3412 const cfg_obj_t *categories = NULL; local 3482 cfg_map_get(logobj, "category", &categories); 3484 for (element = cfg_list_first(categories);
|
Completed in 67 milliseconds