Lines Matching refs:category_count
149 unsigned int category_count;
280 lctx->category_count = 0;
440 * Ensure that lcfg->channellist_count == lctx->category_count.
490 lctx->category_count = 0;
608 catp->id = lctx->category_count++;
801 REQUIRE(category == NULL || category->id < lctx->category_count);
820 for (i = 0; i < lctx->category_count; i++) {
1066 REQUIRE(category_id < lctx->category_count);
1071 * Ensure lcfg->channellist_count == lctx->category_count.
1115 REQUIRE(lctx->category_count != 0);
1117 if (lctx->category_count == lcfg->channellist_count)
1120 bytes = lctx->category_count * sizeof(ISC_LIST(isc_logchannellist_t));
1137 lcfg->channellist_count = lctx->category_count;
1436 REQUIRE(category->id < lctx->category_count);