Home
last modified time | relevance | path

Searched refs:schema_cookie (Results 1 – 25 of 197) 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];
36 + cookie!=db->aDb[iDb].pSchema->schema_cookie ){
37 - if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){
H A D30_handle_cache.patch37 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfile_sql.c61 uint32_t schema_cookie; member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dprepare.c216 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
449 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
H A Dvdbeblob.c279 pTab->pSchema->schema_cookie, in sqlite3_blob_open()
H A Dbuild.c185 pSchema->schema_cookie, /* P3 */ in sqlite3FinishCoding()
1480 db->aDb[iDb].pSchema->schema_cookie+1); in sqlite3ChangeCookie()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dprepare.c255 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
481 cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
H A Dvdbeblob.c269 sqlite3VdbeChangeP2(v, 1, pTab->pSchema->schema_cookie); in sqlite3_blob_open()
H A Dbuild.c1311 sqlite3VdbeAddOp2(v, OP_Integer, db->aDb[iDb].pSchema->schema_cookie+1, r1); in sqlite3ChangeCookie()
3504 pToplevel->cookieValue[iDb] = db->aDb[iDb].pSchema->schema_cookie; in sqlite3CodeVerifySchema()
H A DsqliteInt.h690 int schema_cookie; /* Database schema version number for this file */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dprepare.c261 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
488 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
H A Dvdbeblob.c277 pTab->pSchema->schema_cookie, in sqlite3_blob_open()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dprepare.c275 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
500 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
H A Dvdbeblob.c277 pTab->pSchema->schema_cookie, in sqlite3_blob_open()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dprepare.c286 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
511 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
H A Dvdbeblob.c277 pTab->pSchema->schema_cookie, in sqlite3_blob_open()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dbuild.c299 db->aDb[0].schema_cookie = db->next_cookie; in sqliteCommitInternalChanges()
777 if( db->next_cookie==db->aDb[0].schema_cookie ){ in sqliteChangeCookie()
780 db->next_cookie = db->aDb[0].schema_cookie + r + 1; in sqliteChangeCookie()
2092 sqliteVdbeAddOp(v, OP_VerifyCookie, iDb, db->aDb[iDb].schema_cookie); in sqliteCodeVerifySchema()
H A DsqliteInt.h263 int schema_cookie; /* Database schema version number for this file */ member
H A Dmain.c274 db->aDb[iDb].schema_cookie = meta[1]; in sqliteInitOne()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dbuild.c299 db->aDb[0].schema_cookie = db->next_cookie; in sqliteCommitInternalChanges()
777 if( db->next_cookie==db->aDb[0].schema_cookie ){ in sqliteChangeCookie()
780 db->next_cookie = db->aDb[0].schema_cookie + r + 1; in sqliteChangeCookie()
2092 sqliteVdbeAddOp(v, OP_VerifyCookie, iDb, db->aDb[iDb].schema_cookie); in sqliteCodeVerifySchema()
H A DsqliteInt.h263 int schema_cookie; /* Database schema version number for this file */ member
H A Dmain.c274 db->aDb[iDb].schema_cookie = meta[1]; in sqliteInitOne()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h259 int schema_cookie; /* Database schema version number for this file */ member
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h481 int schema_cookie; /* Database schema version number for this file */ member
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h687 int schema_cookie; /* Database schema version number for this file */ member

12345678