Searched refs:category_count (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c149 unsigned int category_count; member in struct:isc_log
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 !
[all...]

Completed in 2161 milliseconds