Home
last modified time | relevance | path

Searched refs:OP_Transaction (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c8394 #define OP_Transaction 35 macro
58729 }else if( (opcode==OP_Transaction && pOp->p2!=0) || opcode==OP_Vacuum ){
66405 case OP_Transaction: {
69943 {OP_Transaction, 0, 0, 0}, /* 0: Start a transaction */
79293 sqlite3VdbeAddOp2(v,OP_Transaction, iDb, (mask & pParse->writeMask)!=0);
82543 sqlite3VdbeAddOp2(v, OP_Transaction, i, (type==TK_EXCLUSIVE)+1);
90327 { OP_Transaction, 0, 0, 0}, /* 0 */
90593 { OP_Transaction, 0, 1, 0}, /* 0 */
91303 { OP_Transaction, 0, 1, 0}, /* 0 */
91315 { OP_Transaction, 0, 0, 0}, /* 0 */
/NextBSD/contrib/sqlite3/
HDsqlite3.c9851 #define OP_Transaction 3 macro
66388 case OP_Transaction: {
75159 case OP_Transaction: {
79035 sqlite3VdbeAddOp4Int(v, OP_Transaction, iDb, flags,
92090 OP_Transaction, /* Opcode */
95735 sqlite3VdbeAddOp2(v, OP_Transaction, i, (type==TK_EXCLUSIVE)+1);
105145 { OP_Transaction, 0, 0, 0}, /* 0 */
105408 { OP_Transaction, 0, 1, 0}, /* 0 */
106475 { OP_Transaction, 0, 1, 0}, /* 0 */
106487 { OP_Transaction, 0, 0, 0}, /* 0 */