Searched refs:schema_cookie (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c251 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];
474 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){
H A Dvdbeblob.c268 sqlite3VdbeChangeP2(v, 1, pTab->pSchema->schema_cookie);
H A DsqliteInt.h687 int schema_cookie; /* Database schema version number for this file */ member in struct:Schema
H A Dbuild.c1311 sqlite3VdbeAddOp2(v, OP_Integer, db->aDb[iDb].pSchema->schema_cookie+1, r1);
3504 pToplevel->cookieValue[iDb] = db->aDb[iDb].pSchema->schema_cookie;
H A Dvdbe.c2888 pDb->pSchema->schema_cookie = (int)pIn3->u.i;
2952 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9032 int schema_cookie; /* Database schema version number for this file */ member in struct:Schema
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10344 int schema_cookie; /* Database schema version number for this file */ member in struct:Schema
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10344 int schema_cookie; /* Database schema version number for this file */ member in struct:Schema
[all...]

Completed in 6283 milliseconds