Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.h155 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
H A Dvacuum.c344 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */ in sqlite3RunVacuum()
H A Dprepare.c324 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
H A Dpragma.c513 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */ in sqlite3Pragma()
535 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, size); in sqlite3Pragma()