Searched refs:OP_Transaction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 8394 #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 */
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 15293 #define OP_Transaction 2 macro 78344 case OP_Transaction: { 88621 case OP_Transaction: { 93422 sqlite3VdbeAddOp4Int(v, OP_Transaction, iDb, wrFlag, 110230 OP_Transaction, /* Opcode */ 114640 sqlite3VdbeAddOp2(v, OP_Transaction, i, (type==TK_EXCLUSIVE)+1); 125846 { OP_Transaction, 0, 0, 0}, /* 0 */ 126109 { OP_Transaction, 0, 1, 0}, /* 0 */ 127223 { OP_Transaction, 0, 1, 0}, /* 0 */ 127237 { OP_Transaction, 0, 0, 0}, /* 0 */
|