Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:OP_Destroy

8135 #define OP_Destroy                             95
57474 ** * OP_Destroy
57495 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename
66904 case OP_Destroy: { /* out2-prerelease */
66935 /* All OP_Destroy operations occur on the same btree */
78746 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb);
78749 /* OP_Destroy stores an in integer r1. If this integer
78781 ** is not defined), then it is important to call OP_Destroy on the
78784 ** to be destroyed is relocated by an earlier OP_Destroy. i.e. if the
78787 ** OP_Destroy 4 0
78789 ** OP_Destroy 5 0
78793 ** "OP_Destroy 4 0" opcode. The subsequent "OP_Destroy 5 0" would hit