HomeSort by relevance Sort by last modified time
    Searched refs:OP_Transaction (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
pragma.c 366 { OP_Transaction, 0, 0, 0}, /* 0 */
632 { OP_Transaction, 0, 1, 0}, /* 0 */
    [all...]
vdbeblob.c 136 {OP_Transaction, 0, 0, 0}, /* 0: Start a transaction */
262 /* Configure the OP_Transaction */
build.c 157 sqlite3VdbeAddOp2(v,OP_Transaction, iDb, (mask & pParse->writeMask)!=0);
    [all...]
vdbeaux.c 417 }else if( (opcode==OP_Transaction && pOp->p2!=0) || opcode==OP_Vacuum ){
    [all...]
vdbe.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 111 milliseconds