sqlite3BtreeSetCacheSize 7691 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int);
sqlite3BtreeSetCacheSize 87929 third_party/sqlite/amalgamation/sqlite3.c       sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
sqlite3BtreeSetCacheSize 88236 third_party/sqlite/amalgamation/sqlite3.c       sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
sqlite3BtreeSetCacheSize 89346 third_party/sqlite/amalgamation/sqlite3.c     sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
sqlite3BtreeSetCacheSize   65 third_party/sqlite/src/src/btree.h int sqlite3BtreeSetCacheSize(Btree*,int);
sqlite3BtreeSetCacheSize  393 third_party/sqlite/src/src/pragma.c       sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
sqlite3BtreeSetCacheSize  700 third_party/sqlite/src/src/pragma.c       sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
sqlite3BtreeSetCacheSize  284 third_party/sqlite/src/src/prepare.c     sqlite3BtreeSetCacheSize(pDb->pBt, pDb->pSchema->cache_size);
sqlite3BtreeSetCacheSize   87 third_party/sqlite/src/src/test3.c   sqlite3BtreeSetCacheSize(pBt, nCache);
sqlite3BtreeSetCacheSize  606 third_party/sqlite/src/src/test3.c   sqlite3BtreeSetCacheSize(pBt, nCache);