Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_Destroy

9369 #define OP_Destroy       115
62601 ** * OP_Destroy
62622 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename
72934 case OP_Destroy: { /* out2-prerelease */
72968 /* All OP_Destroy operations occur on the same btree */
88311 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb);
88314 /* OP_Destroy stores an in integer r1. If this integer
88346 ** is not defined), then it is important to call OP_Destroy on the
88349 ** to be destroyed is relocated by an earlier OP_Destroy. i.e. if the
88352 ** OP_Destroy 4 0
88354 ** OP_Destroy 5 0
88358 ** "OP_Destroy 4 0" opcode. The subsequent "OP_Destroy 5 0" would hit