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

/bind-9.11.3/util/
H A Dcheck-categories.sh12 list2=`sed -n 's;.*<para><command>\(.*\)</command></para>;\1;p' doc/arm/logging-categories.xml | tr '[A-Z]' '[a-z]' | sort -u`
/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/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/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);
H A Dnamed.conf495 * There are many categories, so you can send the logs
497 * don't want. Right now the categories are
500 * aren't classified into categories, and
605 * Two categories, 'packet' and 'eventlib', are special. Only one
/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/lib/isc/include/isc/
H A Dlog.h82 * \brief Used to name the categories used by a library.
138 * The built-in categories of libisc.
140 * Each library registering categories should provide library_LOGCATEGORY_name
204 * will be used with because the number of categories and modules
317 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]);
319 * Identify logging categories a library will use.
325 *\li The end of the categories array is identified by a NULL name.
330 *\li Because each element of the categories array is used by
339 * logging context (but new categories) will cause the last
340 * element of the categories arra
[all...]
/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/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/bin/check/
H A Dcheck-tool.c113 static isc_logcategory_t categories[] = { variable
561 isc_log_registercategories(log, 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 293 milliseconds