Searched refs:categories (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/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
73 isc_log_registercategories(lctx, categories);
/bind-9.6-ESV-R11/bin/named/
H A Dlog.c39 static isc_logcategory_t categories[] = { variable
75 ns_g_categories = categories;
H A Dlogconf.c272 const cfg_obj_t *categories = NULL; local
290 (void)cfg_map_get(logstmt, "category", &categories);
291 for (element = cfg_list_first(categories);
H A Dserver.c3948 const cfg_obj_t *categories = NULL; local
3958 &categories);
3959 if (categories != NULL) {
3961 for (element = cfg_list_first(categories);
/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c81 * The logchannellist structure associates categories and modules with
148 isc_logcategory_t * categories; member in struct:isc_log
186 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
200 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to modules.
279 lctx->categories = NULL;
489 lctx->categories = NULL;
568 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { argument
572 REQUIRE(categories != NULL && categories[0].name != NULL);
582 if (lctx->categories
[all...]
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddnstest.c64 * Logging categories: this needs to match the list in bin/named/log.c.
66 static isc_logcategory_t categories[] = { variable
133 isc_log_registercategories(lctx, categories);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlog.h89 * \brief Used to name the categories used by a library.
145 * The built-in categories of libisc.
147 * Each library registering categories should provide library_LOGCATEGORY_name
210 * will be used with because the number of categories and modules
323 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]);
325 * Identify logging categories a library will use.
331 *\li The end of the categories array is identified by a NULL name.
336 *\li Because each element of the categories array is used by
345 * logging context (but new categories) will cause the last
346 * element of the categories arra
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf503 * There are many categories, so you can send the logs
505 * don't want. Right now the categories are
508 * aren't classified into categories, and
613 * Two categories, 'packet' and 'eventlib', are special. Only one
/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c114 static isc_logcategory_t categories[] = { variable
558 isc_log_registercategories(log, categories);
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c2000 const cfg_obj_t *categories = NULL; local
2070 cfg_map_get(logobj, "category", &categories);
2072 for (element = cfg_list_first(categories);

Completed in 3095 milliseconds