Searched refs:BTREE_DEFAULT_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btree.h | 155 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
|
| H A D | vacuum.c | 344 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */ in sqlite3RunVacuum()
|
| H A D | prepare.c | 324 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
|
| H A D | pragma.c | 513 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */ in sqlite3Pragma() 535 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, size); in sqlite3Pragma()
|