Searched refs:DB_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
1920 # ifndef DB_CACHE_SIZE1921 # define DB_CACHE_SIZE (1024 * 1024) /* database memory cache size */ macro1949 # ifdef DB_CACHE_SIZE1950 btinfo.db_cachesize = DB_CACHE_SIZE;1981 # ifdef DB_CACHE_SIZE1982 hinfo.db_cachesize = DB_CACHE_SIZE;2149 # ifdef DB_CACHE_SIZE2152 ret = db->set_cachesize(db, 0, DB_CACHE_SIZE, 0);