Lines Matching defs:categories
76 * The logchannellist structure associates categories and modules with
143 isc_logcategory_t *categories;
172 * When adding new categories, a corresponding ISC_LOGCATEGORY_foo
187 * See above comment for categories, and apply it to modules.
398 lctx->categories = NULL;
481 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) {
485 REQUIRE(categories != NULL && categories[0].name != NULL);
495 if (lctx->categories == NULL) {
496 lctx->categories = categories;
500 * categories to point to the incoming array.
502 for (catp = lctx->categories; catp->name != NULL;) {
514 catp->name = (void *)categories;
521 for (catp = categories; catp->name != NULL; catp++) {
533 for (catp = lctx->categories; catp->name != NULL;) {
732 * Assign to all categories. Note that this includes