Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_Transaction

8649 #define OP_Transaction                         35
59932 }else if( (opcode==OP_Transaction && pOp->p2!=0) || opcode==OP_Vacuum ){
67755 case OP_Transaction: {
71309 {OP_Transaction, 0, 0, 0}, /* 0: Start a transaction */
71435 /* Configure the OP_Transaction */
81353 sqlite3VdbeAddOp2(v,OP_Transaction, iDb, (mask & pParse->writeMask)!=0);
84622 sqlite3VdbeAddOp2(v, OP_Transaction, i, (type==TK_EXCLUSIVE)+1);
92462 { OP_Transaction, 0, 0, 0}, /* 0 */
92737 { OP_Transaction, 0, 1, 0}, /* 0 */
93443 { OP_Transaction, 0, 1, 0}, /* 0 */
93455 { OP_Transaction, 0, 0, 0}, /* 0 */