Home
last modified time | relevance | path

Searched refs:schema_cookie (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dprepare.c292 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
522 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
H A Dvdbeblob.c280 pTab->pSchema->schema_cookie, in sqlite3_blob_open()
H A Dbuild.c222 pSchema->schema_cookie, /* P3 */ in sqlite3FinishCoding()
2048 (int)(1+(unsigned)db->aDb[iDb].pSchema->schema_cookie)); in sqlite3ChangeCookie()
H A Dmain.c4020 if( db && (y = db->aDb[0].pSchema->schema_cookie)!=0 ){ x = y; } in sqlite3_test_control()
H A DsqliteInt.h1344 int schema_cookie; /* Database schema version number for this file */ member
H A Dvdbe.c3966 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){ in sqlite3VdbeExec()
4042 *(u32*)&pDb->pSchema->schema_cookie = *(u32*)&pOp->p3 - pOp->p5; in sqlite3VdbeExec()