Searched defs:DB_HASH_NELEM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1923 # ifndef DB_HASH_NELEM
1924 # define DB_HASH_NELEM 4096 /* (starting) size of hash table */ macro
1925 # endif /* ! DB_HASH_NELEM */
1978 # ifdef DB_HASH_NELEM
1979 hinfo.h_nelem = DB_HASH_NELEM;
1980 # endif /* DB_HASH_NELEM */
2160 # ifdef DB_HASH_NELEM
2163 ret = db->set_h_nelem(db, DB_HASH_NELEM);
2170 # endif /* DB_HASH_NELEM */

Completed in 74 milliseconds