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

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlog.c152 unsigned int category_count; member in struct:isc_log
283 lctx->category_count = 0;
443 * Ensure that lcfg->channellist_count == lctx->category_count.
493 lctx->category_count = 0;
611 catp->id = lctx->category_count++;
804 REQUIRE(category == NULL || category->id < lctx->category_count);
823 for (i = 0; i < lctx->category_count; i++) {
1069 REQUIRE(category_id < lctx->category_count);
1074 * Ensure lcfg->channellist_count == lctx->category_count.
1118 REQUIRE(lctx->category_count !
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c146 unsigned int category_count; member in struct:isc_log
265 lctx->category_count = 0;
368 * Ensure that lcfg->channellist_count == lctx->category_count.
422 lctx->category_count = 0;
546 catp->id = lctx->category_count++;
737 REQUIRE(category == NULL || category->id < lctx->category_count);
759 for (size_t i = 0; i < lctx->category_count; i++) {
947 REQUIRE(category_id < lctx->category_count);
952 * Ensure lcfg->channellist_count == lctx->category_count.
992 REQUIRE(lctx->category_count !
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c150 unsigned int category_count; member in struct:isc_log
268 lctx->category_count = 0;
371 * Ensure that lcfg->channellist_count == lctx->category_count.
425 lctx->category_count = 0;
549 catp->id = lctx->category_count++;
740 REQUIRE(category == NULL || category->id < lctx->category_count);
762 for (size_t i = 0; i < lctx->category_count; i++) {
950 REQUIRE(category_id < lctx->category_count);
955 * Ensure lcfg->channellist_count == lctx->category_count.
995 REQUIRE(lctx->category_count !
[all...]

Completed in 172 milliseconds