OP_OpenRead 65367 third_party/sqlite/amalgamation/sqlite3.c case OP_OpenRead: OP_OpenRead 68569 third_party/sqlite/amalgamation/sqlite3.c {OP_OpenRead, 0, 0, 0}, /* 3: Open cursor 0 for reading */ OP_OpenRead 72203 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); OP_OpenRead 72235 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_OpenRead, iTab, pIdx->tnum, iDb, OP_OpenRead 75500 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_OpenRead, iIdxCur, pIdx->tnum, iDb, OP_OpenRead 75672 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp3(v, OP_OpenRead, iIdxCur, pTab->tnum, iDb); OP_OpenRead 79185 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); OP_OpenRead 83660 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenRead); OP_OpenRead 83672 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp3(v, OP_OpenRead, iCur, pIdx->tnum, iDb); OP_OpenRead 84513 third_party/sqlite/amalgamation/sqlite3.c assert( opcode==OP_OpenWrite || opcode==OP_OpenRead ); OP_OpenRead 84630 third_party/sqlite/amalgamation/sqlite3.c if( pOp->opcode==OP_OpenRead && pOp->p3==iDb ){ OP_OpenRead 84724 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead); OP_OpenRead 86256 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); OP_OpenRead 86286 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_OpenRead, iSrc, pSrcIdx->tnum, iDbSrc, OP_OpenRead 88692 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTableAndIndices(pParse, pTab, 1, OP_OpenRead); OP_OpenRead 94178 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp3(v, OP_OpenRead, iCsr, iRoot, iDb); OP_OpenRead 102403 third_party/sqlite/amalgamation/sqlite3.c int op = pWInfo->okOnePass ? OP_OpenWrite : OP_OpenRead; OP_OpenRead 102429 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_OpenRead, iIdxCur, pIx->tnum, iDb, OP_OpenRead 178 third_party/sqlite/src/src/analyze.c sqlite3VdbeAddOp4(v, OP_OpenRead, iIdxCur, pIdx->tnum, iDb, OP_OpenRead 350 third_party/sqlite/src/src/analyze.c sqlite3VdbeAddOp3(v, OP_OpenRead, iIdxCur, pTab->tnum, iDb); OP_OpenRead 2346 third_party/sqlite/src/src/build.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); OP_OpenRead 1466 third_party/sqlite/src/src/expr.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); OP_OpenRead 1498 third_party/sqlite/src/src/expr.c sqlite3VdbeAddOp4(v, OP_OpenRead, iTab, pIdx->tnum, iDb, OP_OpenRead 368 third_party/sqlite/src/src/fkey.c sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenRead); OP_OpenRead 380 third_party/sqlite/src/src/fkey.c sqlite3VdbeAddOp3(v, OP_OpenRead, iCur, pIdx->tnum, iDb); OP_OpenRead 30 third_party/sqlite/src/src/insert.c assert( opcode==OP_OpenWrite || opcode==OP_OpenRead ); OP_OpenRead 147 third_party/sqlite/src/src/insert.c if( pOp->opcode==OP_OpenRead && pOp->p3==iDb ){ OP_OpenRead 241 third_party/sqlite/src/src/insert.c sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead); OP_OpenRead 1773 third_party/sqlite/src/src/insert.c sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); OP_OpenRead 1803 third_party/sqlite/src/src/insert.c sqlite3VdbeAddOp4(v, OP_OpenRead, iSrc, pSrcIdx->tnum, iDbSrc, OP_OpenRead 1156 third_party/sqlite/src/src/pragma.c sqlite3OpenTableAndIndices(pParse, pTab, 1, OP_OpenRead); OP_OpenRead 4256 third_party/sqlite/src/src/select.c sqlite3VdbeAddOp3(v, OP_OpenRead, iCsr, iRoot, iDb); OP_OpenRead 3011 third_party/sqlite/src/src/vdbe.c case OP_OpenRead: OP_OpenRead 141 third_party/sqlite/src/src/vdbeblob.c {OP_OpenRead, 0, 0, 0}, /* 3: Open cursor 0 for reading */ OP_OpenRead 4749 third_party/sqlite/src/src/where.c int op = pWInfo->okOnePass ? OP_OpenWrite : OP_OpenRead; OP_OpenRead 4775 third_party/sqlite/src/src/where.c sqlite3VdbeAddOp4(v, OP_OpenRead, iIdxCur, pIx->tnum, iDb,