Home
last modified time | relevance | path

Searched refs:BTREE_SCHEMA_VERSION (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D24_exclusive_error_handling.patch17 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];
31 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie);
75 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&iMeta);
H A D30_handle_cache.patch33 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&iMeta);
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbtree.h138 #define BTREE_SCHEMA_VERSION 1 macro
H A Dprepare.c255 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
476 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.h130 #define BTREE_SCHEMA_VERSION 1 macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.h145 #define BTREE_SCHEMA_VERSION 1 macro
H A Dpragma.h520 /* iArg: */ BTREE_SCHEMA_VERSION },
H A Dvacuum.c306 BTREE_SCHEMA_VERSION, 1, /* Add one to the old schema cookie */ in sqlite3RunVacuum()
H A Dprepare.c216 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
447 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid()
H A Dbackup.c404 sqlite3BtreeGetMeta(p->pDest, BTREE_SCHEMA_VERSION, &p->iDestSchema); in sqlite3_backup_step()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.h153 #define BTREE_SCHEMA_VERSION 1 macro
H A Dpragma.h507 /* iArg: */ BTREE_SCHEMA_VERSION },
H A Dvacuum.c335 BTREE_SCHEMA_VERSION, 1, /* Add one to the old schema cookie */ in sqlite3RunVacuum()
H A Dprepare.c286 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
509 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.h145 #define BTREE_SCHEMA_VERSION 1 macro
H A Dpragma.h530 /* iArg: */ BTREE_SCHEMA_VERSION },
H A Dprepare.c261 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
486 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid()
H A Dvacuum.c346 BTREE_SCHEMA_VERSION, 1, /* Add one to the old schema cookie */ in sqlite3RunVacuum()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.h153 #define BTREE_SCHEMA_VERSION 1 macro
H A Dpragma.h507 /* iArg: */ BTREE_SCHEMA_VERSION },
H A Dvacuum.c335 BTREE_SCHEMA_VERSION, 1, /* Add one to the old schema cookie */ in sqlite3RunVacuum()
H A Dprepare.c275 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
498 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dmkpragmatab.tcl321 ARG: BTREE_SCHEMA_VERSION
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dmkpragmatab.tcl309 ARG: BTREE_SCHEMA_VERSION
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dmkpragmatab.tcl321 ARG: BTREE_SCHEMA_VERSION

12345678