Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9334 int schema_cookie; /* Database schema version number for this file */ member
66506 u.au.pDb->pSchema->schema_cookie = (int)pIn3->u.i;
66572 if( db->aDb[pOp->p1].pSchema->schema_cookie!=u.av.iMeta ){
70075 sqlite3VdbeChangeP2(v, 1, pTab->pSchema->schema_cookie);
80445 sqlite3VdbeAddOp2(v, OP_Integer, db->aDb[iDb].pSchema->schema_cookie+1, r1);
82684 pToplevel->cookieValue[iDb] = db->aDb[iDb].pSchema->schema_cookie;
91738 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];
91961 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16604 int schema_cookie; /* Database schema version number for this file */ member
88696 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){
88762 pDb->pSchema->schema_cookie = pOp->p3;
93423 pTab->pSchema->schema_cookie,
110233 pSchema->schema_cookie, /* P3 */
111771 (int)(1+(unsigned)db->aDb[iDb].pSchema->schema_cookie));
128168 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];
128392 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){
164055 if( db && (y = db->aDb[0].pSchema->schema_cookie)!=0 ){ x = y; }