Searched refs:DB_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
2184 # ifndef DB_CACHE_SIZE2185 # define DB_CACHE_SIZE (1024 * 1024) /* database memory cache size */ macro2213 # ifdef DB_CACHE_SIZE2214 btinfo.db_cachesize = DB_CACHE_SIZE;2245 # ifdef DB_CACHE_SIZE2246 hinfo.db_cachesize = DB_CACHE_SIZE;2401 # ifdef DB_CACHE_SIZE2404 ret = db->set_cachesize(db, 0, DB_CACHE_SIZE, 0);