Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c297 mp->htab_buckets =
302 mp->htab_buckets * sizeof(DB_HASHTAB),
305 __db_hashinit(dbmp->htab, mp->htab_buckets);
H A Dmp_pr.c63 (*gspp)->st_hash_buckets = dbmp->mp->htab_buckets;
237 DB_LINE, (u_long)mp->htab_buckets);
239 bucket = 0; bucket < mp->htab_buckets; ++htabp, ++bucket) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h220 (((pgno) ^ ((mf_offset) << 9)) % (mp)->htab_buckets)
223 size_t htab_buckets; /* Number of hash table entries. */ member