Searched refs:schema_cookie (Results 1 – 6 of 6) sorted by relevance
292 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()522 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){ in schemaIsValid()
280 pTab->pSchema->schema_cookie, in sqlite3_blob_open()
222 pSchema->schema_cookie, /* P3 */ in sqlite3FinishCoding()2048 (int)(1+(unsigned)db->aDb[iDb].pSchema->schema_cookie)); in sqlite3ChangeCookie()
4020 if( db && (y = db->aDb[0].pSchema->schema_cookie)!=0 ){ x = y; } in sqlite3_test_control()
1344 int schema_cookie; /* Database schema version number for this file */ member
3966 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){ in sqlite3VdbeExec()4042 *(u32*)&pDb->pSchema->schema_cookie = *(u32*)&pOp->p3 - pOp->p5; in sqlite3VdbeExec()