Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3BtreeSetCacheSize

8239 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int);
51458 SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree *p, int mxPage){
92489 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
92802 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
93925 sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);