sqlite3OpenTableAndIndices 13281 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE int sqlite3OpenTableAndIndices(Parse*, Table*, int, int, u8*, int*, int*);
sqlite3OpenTableAndIndices 96054 ext/sqlite3/libsqlite/sqlite3.c       sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, iTabCur, aToOpen,
sqlite3OpenTableAndIndices 100383 ext/sqlite3/libsqlite/sqlite3.c     nIdx = sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, -1, 0,
sqlite3OpenTableAndIndices 105099 ext/sqlite3/libsqlite/sqlite3.c         sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenRead,
sqlite3OpenTableAndIndices 113826 ext/sqlite3/libsqlite/sqlite3.c     sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, iBaseCur, aToOpen,