sqlite3OpenTableAndIndices 11146 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3OpenTableAndIndices(Parse*, Table*, int, int); sqlite3OpenTableAndIndices 81450 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTableAndIndices(pParse, pTab, iCur, OP_OpenWrite); sqlite3OpenTableAndIndices 85241 third_party/sqlite/amalgamation/sqlite3.c nIdx = sqlite3OpenTableAndIndices(pParse, pTab, baseCur, OP_OpenWrite); sqlite3OpenTableAndIndices 88692 third_party/sqlite/amalgamation/sqlite3.c sqlite3OpenTableAndIndices(pParse, pTab, 1, OP_OpenRead); sqlite3OpenTableAndIndices 393 third_party/sqlite/src/src/delete.c sqlite3OpenTableAndIndices(pParse, pTab, iCur, OP_OpenWrite); sqlite3OpenTableAndIndices 758 third_party/sqlite/src/src/insert.c nIdx = sqlite3OpenTableAndIndices(pParse, pTab, baseCur, OP_OpenWrite); sqlite3OpenTableAndIndices 1156 third_party/sqlite/src/src/pragma.c sqlite3OpenTableAndIndices(pParse, pTab, 1, OP_OpenRead); sqlite3OpenTableAndIndices 2801 third_party/sqlite/src/src/sqliteInt.h int sqlite3OpenTableAndIndices(Parse*, Table*, int, int);