Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_Expire

8721 #define OP_Expire                             129
70571 case OP_Expire: {
80744 /* Code an OP_Expire. For an ATTACH statement, set P1 to true (expire this
80748 sqlite3VdbeAddOp1(v, OP_Expire, (type==SQLITE_ATTACH));
84088 /* Fill the index with data and reparse the schema. Code an OP_Expire
84096 sqlite3VdbeAddOp1(v, OP_Expire, 0);
92297 sqlite3VdbeAddOp2(v, OP_Expire, 0, 0);
101848 sqlite3VdbeAddOp2(v, OP_Expire, 0, 0);