Searched refs:DB_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
1977 # ifndef DB_CACHE_SIZE1978 # define DB_CACHE_SIZE (1024 * 1024) /* database memory cache size */ macro2006 # ifdef DB_CACHE_SIZE2007 btinfo.db_cachesize = DB_CACHE_SIZE;2038 # ifdef DB_CACHE_SIZE2039 hinfo.db_cachesize = DB_CACHE_SIZE;2206 # ifdef DB_CACHE_SIZE2209 ret = db->set_cachesize(db, 0, DB_CACHE_SIZE, 0);