Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Destroy

9369 #define OP_Destroy       115
62621 ** * OP_Destroy
62642 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename
72954 case OP_Destroy: { /* out2-prerelease */
72988 /* All OP_Destroy operations occur on the same btree */
88331 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb);
88334 /* OP_Destroy stores an in integer r1. If this integer
88366 ** is not defined), then it is important to call OP_Destroy on the
88369 ** to be destroyed is relocated by an earlier OP_Destroy. i.e. if the
88372 ** OP_Destroy 4 0
88374 ** OP_Destroy 5 0
88378 ** "OP_Destroy 4 0" opcode. The subsequent "OP_Destroy 5 0" would hit