Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c2184 # ifndef DB_CACHE_SIZE
2185 # define DB_CACHE_SIZE (1024 * 1024) /* database memory cache size */ macro
2213 # ifdef DB_CACHE_SIZE
2214 btinfo.db_cachesize = DB_CACHE_SIZE;
2245 # ifdef DB_CACHE_SIZE
2246 hinfo.db_cachesize = DB_CACHE_SIZE;
2401 # ifdef DB_CACHE_SIZE
2404 ret = db->set_cachesize(db, 0, DB_CACHE_SIZE, 0);