Home
last modified time | relevance | path

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

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbtree.h140 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
H A Dpragma.c372 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */ in sqlite3Pragma()
395 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1); in sqlite3Pragma()
H A Dprepare.c285 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.h132 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
H A Dsqlite3.amalgamation.c1309 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
72444 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
72467 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1);
73881 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]);
81169 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.h147 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
H A Dvacuum.c307 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */ in sqlite3RunVacuum()
H A Dprepare.c250 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
H A Dpragma.c472 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */ in sqlite3Pragma()
494 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, size); in sqlite3Pragma()
H A Dcrypto_impl.c1143 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */ in sqlcipher_codec_ctx_migrate()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.h155 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
H A Dvacuum.c336 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */ in sqlite3RunVacuum()
H A Dprepare.c318 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
H A Dpragma.c508 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */ in sqlite3Pragma()
530 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, size); in sqlite3Pragma()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.h147 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
H A Dvacuum.c347 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */ in sqlite3RunVacuum()
H A Dprepare.c295 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
H A Dpragma.c506 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */ in sqlite3Pragma()
528 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, size); in sqlite3Pragma()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.h155 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
H A Dvacuum.c336 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */ in sqlite3RunVacuum()
H A Dprepare.c307 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); in sqlite3InitOne()
H A Dpragma.c508 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */ in sqlite3Pragma()
530 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, size); in sqlite3Pragma()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c6961 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
77052 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
77076 vtk_sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, 2, BTREE_DEFAULT_CACHE_SIZE);
77080 vtk_sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1);
78432 size = meta[BTREE_DEFAULT_CACHE_SIZE-1];
85523 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8306 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
92463 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
92486 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1);
93919 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]);
101402 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c8023 #define BTREE_DEFAULT_CACHE_SIZE 3 macro
88483 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
88506 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1);
89923 size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]);
97235 BTREE_DEFAULT_CACHE_SIZE, 0, /* Preserve the default page cache size */

12345678