Lines Matching defs:OP_Transaction
8649 #define OP_Transaction 35
59960 }else if( (opcode==OP_Transaction && pOp->p2!=0) || opcode==OP_Vacuum ){
67783 case OP_Transaction: {
71337 {OP_Transaction, 0, 0, 0}, /* 0: Start a transaction */
71463 /* Configure the OP_Transaction */
81389 sqlite3VdbeAddOp2(v,OP_Transaction, iDb, (mask & pParse->writeMask)!=0);
84658 sqlite3VdbeAddOp2(v, OP_Transaction, i, (type==TK_EXCLUSIVE)+1);
92498 { OP_Transaction, 0, 0, 0}, /* 0 */
92773 { OP_Transaction, 0, 1, 0}, /* 0 */
93479 { OP_Transaction, 0, 1, 0}, /* 0 */
93491 { OP_Transaction, 0, 0, 0}, /* 0 */