Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1920 # ifndef DB_CACHE_SIZE
1921 # define DB_CACHE_SIZE (1024 * 1024) /* database memory cache size */ macro
1949 # ifdef DB_CACHE_SIZE
1950 btinfo.db_cachesize = DB_CACHE_SIZE;
1981 # ifdef DB_CACHE_SIZE
1982 hinfo.db_cachesize = DB_CACHE_SIZE;
2149 # ifdef DB_CACHE_SIZE
2152 ret = db->set_cachesize(db, 0, DB_CACHE_SIZE, 0);