Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17110 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int);
75928 sqlite3BtreeSetCacheSize(p, SQLITE_DEFAULT_CACHE_SIZE);
76104 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree *p, int mxPage){ function
145150 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
145457 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
148007 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
161461 sqlite3BtreeSetCacheSize(pTemp, db->aDb[iDb].pSchema->cache_size);