Lines Matching refs:category_count
140 unsigned int category_count;
270 lctx->category_count = 0;
430 * Ensure that lcfg->channellist_count == lctx->category_count.
480 lctx->category_count = 0;
598 catp->id = lctx->category_count++;
792 REQUIRE(category == NULL || category->id < lctx->category_count);
811 for (i = 0; i < lctx->category_count; i++) {
1057 REQUIRE(category_id < lctx->category_count);
1062 * Ensure lcfg->channellist_count == lctx->category_count.
1106 REQUIRE(lctx->category_count != 0);
1108 if (lctx->category_count == lcfg->channellist_count)
1111 bytes = lctx->category_count * sizeof(ISC_LIST(isc_logchannellist_t));
1128 lcfg->channellist_count = lctx->category_count;
1421 REQUIRE(category->id < lctx->category_count);