Searched refs:sqlite3BtreeSetCacheSize (Results 1 – 1 of 1) sorted by relevance
17131 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int);76036 sqlite3BtreeSetCacheSize(p, SQLITE_DEFAULT_CACHE_SIZE);76212 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree *p, int mxPage){ function145371 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);145678 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);148228 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);161709 sqlite3BtreeSetCacheSize(pTemp, db->aDb[iDb].pSchema->cache_size);