Lines Matching refs:categories
81 * The logchannellist structure associates categories and modules with
148 isc_logcategory_t * categories;
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[]) {
572 REQUIRE(categories != NULL && categories[0].name != NULL);
582 if (lctx->categories == NULL)
583 lctx->categories = categories;
588 * categories to point to the incoming array.
590 for (catp = lctx->categories; catp->name != NULL; )
600 catp->name = (void *)categories;
607 for (catp = categories; catp->name != NULL; catp++)
618 for (catp = lctx->categories; catp->name != NULL; )
817 * Assign to all categories. Note that this includes