HomeSort by relevance Sort by last modified time
    Searched refs:BTREE_DEFAULT_CACHE_SIZE (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
btree.h 132 #define BTREE_DEFAULT_CACHE_SIZE 3
vacuum.c 286 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */
prepare.c 281 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]);
pragma.c 367 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
390 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 54 milliseconds