Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c150 unsigned int category_count; member
281 lctx->category_count = 0; in isc_log_create()
491 lctx->category_count = 0; in isc_log_destroy()
609 catp->id = lctx->category_count++; in isc_log_registercategories()
802 REQUIRE(category == NULL || category->id < lctx->category_count); in isc_log_usechannel()
821 for (i = 0; i < lctx->category_count; i++) { in isc_log_usechannel()
1067 REQUIRE(category_id < lctx->category_count); in assignchannel()
1116 REQUIRE(lctx->category_count != 0); in sync_channellist()
1118 if (lctx->category_count == lcfg->channellist_count) in sync_channellist()
1121 bytes = lctx->category_count * sizeof(ISC_LIST(isc_logchannellist_t)); in sync_channellist()
[all …]