Home | History | Annotate | Download | only in dist

Lines Matching defs:BTREE_FILE_FORMAT

8971 #define BTREE_FILE_FORMAT         2
71196 }else if( pOp->p2==BTREE_FILE_FORMAT ){
83205 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT);
83210 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, r2);
87074 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, reg3, BTREE_FILE_FORMAT);
87080 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, reg3);
100884 pDb->pSchema->file_format = (u8)meta[BTREE_FILE_FORMAT-1];
100899 if( iDb==0 && meta[BTREE_FILE_FORMAT-1]>=4 ){