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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c1918 # ifndef DB_HASH_NELEM
1919 # define DB_HASH_NELEM 4096 /* (starting) size of hash table */ macro
1920 # endif /* ! DB_HASH_NELEM */
1973 # ifdef DB_HASH_NELEM
1974 hinfo.h_nelem = DB_HASH_NELEM;
1975 # endif /* DB_HASH_NELEM */
2155 # ifdef DB_HASH_NELEM
2158 ret = db->set_h_nelem(db, DB_HASH_NELEM);
2165 # endif /* DB_HASH_NELEM */

Completed in 66 milliseconds