sqlite3OpenTable 11082 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int); sqlite3OpenTable 72203 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); sqlite3OpenTable 79185 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); sqlite3OpenTable 83660 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenRead); sqlite3OpenTable 84724 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead); sqlite3OpenTable 84775 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite); sqlite3OpenTable 85981 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, baseCur, iDb, pTab, op); sqlite3OpenTable 86238 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iDest, iDbDest, pDest, OP_OpenWrite); sqlite3OpenTable 86256 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); sqlite3OpenTable 96042 third_party/sqlite/amalgamation/sqlite3.c if( !okOnePass ) sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenWrite); sqlite3OpenTable 102404 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTable(pParse, pTabItem->iCursor, iDb, pTab, op); sqlite3OpenTable 2346 third_party/sqlite/src/src/build.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); sqlite3OpenTable 1466 third_party/sqlite/src/src/expr.c sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead); sqlite3OpenTable 368 third_party/sqlite/src/src/fkey.c sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenRead); sqlite3OpenTable 241 third_party/sqlite/src/src/insert.c sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead); sqlite3OpenTable 292 third_party/sqlite/src/src/insert.c sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite); sqlite3OpenTable 1498 third_party/sqlite/src/src/insert.c sqlite3OpenTable(pParse, baseCur, iDb, pTab, op); sqlite3OpenTable 1755 third_party/sqlite/src/src/insert.c sqlite3OpenTable(pParse, iDest, iDbDest, pDest, OP_OpenWrite); sqlite3OpenTable 1773 third_party/sqlite/src/src/insert.c sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); sqlite3OpenTable 2737 third_party/sqlite/src/src/sqliteInt.h void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int); sqlite3OpenTable 343 third_party/sqlite/src/src/update.c if( !okOnePass ) sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenWrite); sqlite3OpenTable 4750 third_party/sqlite/src/src/where.c sqlite3OpenTable(pParse, pTabItem->iCursor, iDb, pTab, op);