Lines Matching refs:category
74 * category, and then each structure in the linked list is checked for
76 * associated with any given category will be very short, no more than
103 * the category/module specification of isc_log_[v]write[1] that is compiled
130 * Note that the category and module information is not locked.
132 * in a program, and the category/module registration happens only once.
180 * The default category is provided so that the internal default can
229 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
378 * Set the default category's channel to default_stderr,
566 * in one category array to point to the next array exists because
595 * Update the id number of the category with its new global id.
633 * in one category array to point to the next array exists because
768 * If default_stderr was redefined, make the default category
779 const isc_logcategory_t *category,
792 REQUIRE(category == NULL || category->id < lctx->category_count);
803 if (category != NULL)
804 result = assignchannel(lcfg, category->id, module, channel);
821 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category,
831 isc_log_doit(lctx, category, module, level, ISC_FALSE,
837 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category,
844 isc_log_doit(lctx, category, module, level, ISC_FALSE,
849 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category,
859 isc_log_doit(lctx, category, module, level, ISC_TRUE,
865 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category,
872 isc_log_doit(lctx, category, module, level, ISC_TRUE,
877 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category,
889 isc_log_doit(lctx, category, module, level, ISC_FALSE,
895 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category,
903 isc_log_doit(lctx, category, module, level, ISC_FALSE,
908 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category,
920 isc_log_doit(lctx, category, module, level, ISC_TRUE,
926 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category,
934 isc_log_doit(lctx, category, module, level, ISC_TRUE,
1389 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
1408 REQUIRE(category != NULL);
1421 REQUIRE(category->id < lctx->category_count);
1441 category_channels = ISC_LIST_HEAD(lcfg->channellists[category->id]);
1458 * No category/module pair was explicitly configured.
1459 * Try the category named "default".
1467 * for the category named "default". Use the internal
1698 printcategory ? category->name : "",
1742 printcategory ? category->name : "",