OP_Transaction   57542 third_party/sqlite/amalgamation/sqlite3.c     }else if( (opcode==OP_Transaction && pOp->p2!=0) || opcode==OP_Vacuum ){
OP_Transaction   65145 third_party/sqlite/amalgamation/sqlite3.c case OP_Transaction: {
OP_Transaction   68564 third_party/sqlite/amalgamation/sqlite3.c     {OP_Transaction, 0, 0, 0},     /* 0: Start a transaction */
OP_Transaction   76996 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp2(v,OP_Transaction, iDb, (mask & pParse->writeMask)!=0);
OP_Transaction   80202 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, OP_Transaction, i, (type==TK_EXCLUSIVE)+1);
OP_Transaction   87902 third_party/sqlite/amalgamation/sqlite3.c       { OP_Transaction, 0, 0,        0},                         /* 0 */
OP_Transaction   88168 third_party/sqlite/amalgamation/sqlite3.c             { OP_Transaction,    0,         1,                 0},    /* 0 */
OP_Transaction   88878 third_party/sqlite/amalgamation/sqlite3.c         { OP_Transaction,    0,  1,  0},    /* 0 */
OP_Transaction   88890 third_party/sqlite/amalgamation/sqlite3.c         { OP_Transaction,     0,  0,  0},    /* 0 */
OP_Transaction    157 third_party/sqlite/src/src/build.c         sqlite3VdbeAddOp2(v,OP_Transaction, iDb, (mask & pParse->writeMask)!=0);
OP_Transaction   3363 third_party/sqlite/src/src/build.c       sqlite3VdbeAddOp2(v, OP_Transaction, i, (type==TK_EXCLUSIVE)+1);
OP_Transaction    366 third_party/sqlite/src/src/pragma.c       { OP_Transaction, 0, 0,        0},                         /* 0 */
OP_Transaction    632 third_party/sqlite/src/src/pragma.c             { OP_Transaction,    0,         1,                 0},    /* 0 */
OP_Transaction   1342 third_party/sqlite/src/src/pragma.c         { OP_Transaction,    0,  1,  0},    /* 0 */
OP_Transaction   1354 third_party/sqlite/src/src/pragma.c         { OP_Transaction,     0,  0,  0},    /* 0 */
OP_Transaction   2797 third_party/sqlite/src/src/vdbe.c case OP_Transaction: {
OP_Transaction    417 third_party/sqlite/src/src/vdbeaux.c     }else if( (opcode==OP_Transaction && pOp->p2!=0) || opcode==OP_Vacuum ){
OP_Transaction    136 third_party/sqlite/src/src/vdbeblob.c     {OP_Transaction, 0, 0, 0},     /* 0: Start a transaction */