Searched refs:DB_HASH_NELEM (Results 1 – 1 of 1) sorted by relevance
2187 # ifndef DB_HASH_NELEM2188 # define DB_HASH_NELEM 4096 /* (starting) size of hash table */ macro2242 # ifdef DB_HASH_NELEM2243 hinfo.h_nelem = DB_HASH_NELEM;2412 # ifdef DB_HASH_NELEM2415 ret = db->set_h_nelem(db, DB_HASH_NELEM);