Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dmap.c1977 # ifndef DB_CACHE_SIZE
1978 # define DB_CACHE_SIZE (1024 * 1024) /* database memory cache size */ macro
2006 # ifdef DB_CACHE_SIZE
2007 btinfo.db_cachesize = DB_CACHE_SIZE;
2038 # ifdef DB_CACHE_SIZE
2039 hinfo.db_cachesize = DB_CACHE_SIZE;
2206 # ifdef DB_CACHE_SIZE
2209 ret = db->set_cachesize(db, 0, DB_CACHE_SIZE, 0);