HomeSort by: relevance | last modified time | path
    Searched defs:channellist_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 123 unsigned int channellist_count; member in struct:isc_logconfig
347 lcfg->channellist_count = 0;
443 * Ensure that lcfg->channellist_count == lctx->category_count.
546 for (i = 0; i < lcfg->channellist_count; i++)
552 if (lcfg->channellist_count > 0)
554 lcfg->channellist_count *
1074 * Ensure lcfg->channellist_count == lctx->category_count.
1120 if (lctx->category_count == lcfg->channellist_count)
1132 if (lcfg->channellist_count != 0) {
1133 bytes = lcfg->channellist_count *
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
log.c 115 unsigned int channellist_count; member in struct:isc_logconfig
350 * Ensure that lcfg->channellist_count == lctx->category_count.
455 for (i = 0; i < lcfg->channellist_count; i++) {
463 if (lcfg->channellist_count > 0) {
464 isc_mem_cput(mctx, lcfg->channellists, lcfg->channellist_count,
930 * Ensure lcfg->channellist_count == lctx->category_count.
968 if (lctx->category_count == lcfg->channellist_count) {
973 lctx->mctx, lcfg->channellists, lcfg->channellist_count,
976 lcfg->channellist_count = lctx->category_count;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 117 unsigned int channellist_count; member in struct:isc_logconfig
314 lcfg->channellist_count = 0;
368 * Ensure that lcfg->channellist_count == lctx->category_count.
478 for (i = 0; i < lcfg->channellist_count; i++) {
486 if (lcfg->channellist_count > 0) {
488 lcfg->channellist_count *
952 * Ensure lcfg->channellist_count == lctx->category_count.
994 if (lctx->category_count == lcfg->channellist_count) {
1004 if (lcfg->channellist_count != 0) {
1005 bytes = lcfg->channellist_count *
    [all...]

Completed in 25 milliseconds