Searched defs:categories (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/named/
H A Dlog.c30 static isc_logcategory_t categories[] = { variable
67 ns_g_categories = categories;
H A Dlogconf.c285 const cfg_obj_t *categories = NULL; local
303 (void)cfg_map_get(logstmt, "category", &categories);
304 for (element = cfg_list_first(categories);
H A Dserver.c8220 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 Disctest.c43 * 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 Dparser_test.c38 static isc_logcategory_t categories[] = { variable
69 isc_log_registercategories(lctx, categories);
/bind-9.11.3/bin/tests/
H A Dmakejournal.c43 * 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 Ddnstest.c61 * 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 Dcheck-tool.c113 static isc_logcategory_t categories[] = { variable
561 isc_log_registercategories(log, categories);
/bind-9.11.3/lib/isc/
H A Dlog.c72 * 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 Ddelv.c230 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 Dcheck.c3412 const cfg_obj_t *categories = NULL; local
3482 cfg_map_get(logobj, "category", &categories);
3484 for (element = cfg_list_first(categories);

Completed in 65 milliseconds