Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Expire

7964 #define OP_Expire                             122
65919 case OP_Expire: {
74405 /* Code an OP_Expire. For an ATTACH statement, set P1 to true (expire this
74409 sqlite3VdbeAddOp1(v, OP_Expire, (type==SQLITE_ATTACH));
77625 /* Fill the index with data and reparse the schema. Code an OP_Expire
77634 sqlite3VdbeAddOp1(v, OP_Expire, 0);
85708 sqlite3VdbeAddOp2(v, OP_Expire, 0, 0);
94956 sqlite3VdbeAddOp2(v, OP_Expire, 0, 0);