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

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

Completed in 19 milliseconds