Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Delete

7921 #define OP_Delete                              57
10394 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
64400 case OP_Delete: {
64421 /* The OP_Delete opcode always follows an OP_NotExists or OP_Last or
79542 sqlite3VdbeAddOp2(v, OP_Delete, iCur, (count?OPFLAG_NCHANGE:0));
88290 sqlite3VdbeAddOp1(v, OP_Delete, pOrderBy->iECursor);
93032 { OP_Delete, 0, 0, 0},
94066 sqlite3VdbeAddOp2(v, OP_Delete, iCur, 0);