Home
last modified time | relevance | path

Searched refs:sqlite3BtreeSetCacheSize (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest3.c75 sqlite3BtreeSetCacheSize(pBt, nCache); in btree_open()
606 sqlite3BtreeSetCacheSize(pBt, nCache); in btree_set_cache_size()
H A Dbtree.h66 int sqlite3BtreeSetCacheSize(Btree*,int);
H A Dvacuum.c244 sqlite3BtreeSetCacheSize(pTemp, db->aDb[iDb].pSchema->cache_size); in sqlite3RunVacuum()
H A Dprepare.c330 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size); in sqlite3InitOne()
H A Dpragma.c538 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size); in sqlite3Pragma()
845 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size); in sqlite3Pragma()
H A Dbtree.c2706 sqlite3BtreeSetCacheSize(p, SQLITE_DEFAULT_CACHE_SIZE); in sqlite3BtreeOpen()
2881 int sqlite3BtreeSetCacheSize(Btree *p, int mxPage){ in sqlite3BtreeSetCacheSize() function