BTREE_SCHEMA_VERSION 55623 third_party/sqlite/amalgamation/sqlite3.c       sqlite3BtreeGetMeta(p->pDest, BTREE_SCHEMA_VERSION, &p->iDestSchema);
BTREE_SCHEMA_VERSION 65240 third_party/sqlite/amalgamation/sqlite3.c   if( pOp->p2==BTREE_SCHEMA_VERSION ){
BTREE_SCHEMA_VERSION 65287 third_party/sqlite/amalgamation/sqlite3.c     sqlite3BtreeGetMeta(u.av.pBt, BTREE_SCHEMA_VERSION, (u32 *)&u.av.iMeta);
BTREE_SCHEMA_VERSION 78151 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_SCHEMA_VERSION, r1);
BTREE_SCHEMA_VERSION 88868 third_party/sqlite/amalgamation/sqlite3.c         iCookie = BTREE_SCHEMA_VERSION;
BTREE_SCHEMA_VERSION 89313 third_party/sqlite/amalgamation/sqlite3.c   pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];
BTREE_SCHEMA_VERSION 89534 third_party/sqlite/amalgamation/sqlite3.c     sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie);
BTREE_SCHEMA_VERSION 96650 third_party/sqlite/amalgamation/sqlite3.c        BTREE_SCHEMA_VERSION,     1,  /* Add one to the old schema cookie */
BTREE_SCHEMA_VERSION  360 third_party/sqlite/src/src/backup.c       sqlite3BtreeGetMeta(p->pDest, BTREE_SCHEMA_VERSION, &p->iDestSchema);
BTREE_SCHEMA_VERSION 1312 third_party/sqlite/src/src/build.c   sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_SCHEMA_VERSION, r1);
BTREE_SCHEMA_VERSION 1332 third_party/sqlite/src/src/pragma.c         iCookie = BTREE_SCHEMA_VERSION;
BTREE_SCHEMA_VERSION  251 third_party/sqlite/src/src/prepare.c   pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];
BTREE_SCHEMA_VERSION  472 third_party/sqlite/src/src/prepare.c     sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie);
BTREE_SCHEMA_VERSION  285 third_party/sqlite/src/src/vacuum.c        BTREE_SCHEMA_VERSION,     1,  /* Add one to the old schema cookie */
BTREE_SCHEMA_VERSION 2886 third_party/sqlite/src/src/vdbe.c   if( pOp->p2==BTREE_SCHEMA_VERSION ){
BTREE_SCHEMA_VERSION 2931 third_party/sqlite/src/src/vdbe.c     sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&iMeta);