Lines Matching defs:BTREE_FILE_FORMAT
8305 #define BTREE_FILE_FORMAT 2
67886 }else if( pOp->p2==BTREE_FILE_FORMAT ){
79071 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT);
79075 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, r2);
82110 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, reg3, BTREE_FILE_FORMAT);
82116 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, reg3);
93970 pDb->pSchema->file_format = (u8)meta[BTREE_FILE_FORMAT-1];
93985 if( iDb==0 && meta[BTREE_FILE_FORMAT-1]>=4 ){