Lines Matching refs:category

85  * category, and then each structure in the linked list is checked for
87 * associated with any given category will be very short, no more than
114 * the category/module specification of isc_log_[v]write[1] that is compiled
141 * Note that the category and module information is not locked.
143 * in a program, and the category/module registration happens only once.
191 * The default category is provided so that the internal default can
242 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
390 * Set the default category's channel to default_stderr,
578 * in one category array to point to the next array exists because
607 * Update the id number of the category with its new global id.
645 * in one category array to point to the next array exists because
779 * If default_stderr was redefined, make the default category
790 const isc_logcategory_t *category,
803 REQUIRE(category == NULL || category->id < lctx->category_count);
814 if (category != NULL)
815 result = assignchannel(lcfg, category->id, module, channel);
832 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category,
842 isc_log_doit(lctx, category, module, level, ISC_FALSE,
848 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category,
855 isc_log_doit(lctx, category, module, level, ISC_FALSE,
860 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category,
870 isc_log_doit(lctx, category, module, level, ISC_TRUE,
876 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category,
883 isc_log_doit(lctx, category, module, level, ISC_TRUE,
888 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category,
900 isc_log_doit(lctx, category, module, level, ISC_FALSE,
906 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category,
914 isc_log_doit(lctx, category, module, level, ISC_FALSE,
919 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category,
931 isc_log_doit(lctx, category, module, level, ISC_TRUE,
937 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category,
945 isc_log_doit(lctx, category, module, level, ISC_TRUE,
1405 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
1424 REQUIRE(category != NULL);
1437 REQUIRE(category->id < lctx->category_count);
1457 category_channels = ISC_LIST_HEAD(lcfg->channellists[category->id]);
1474 * No category/module pair was explicitly configured.
1475 * Try the category named "default".
1483 * for the category named "default". Use the internal
1704 printcategory ? category->name : "",
1747 printcategory ? category->name : "",