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

/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c1929 # ifndef DB_CACHE_SIZE
1930 # define DB_CACHE_SIZE (1024 * 1024) /* database memory cache size */ macro
1931 # endif /* ! DB_CACHE_SIZE */
1958 # ifdef DB_CACHE_SIZE
1959 btinfo.db_cachesize = DB_CACHE_SIZE;
1960 # endif /* DB_CACHE_SIZE */
1990 # ifdef DB_CACHE_SIZE
1991 hinfo.db_cachesize = DB_CACHE_SIZE;
1992 # endif /* DB_CACHE_SIZE */
2158 # ifdef DB_CACHE_SIZE
[all...]

Completed in 51 milliseconds