sqlite3BtreeLockTable 7714 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock); sqlite3BtreeLockTable 67877 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3BtreeLockTable(db->aDb[p1].pBt, pOp->p2, isWriteLock); sqlite3BtreeLockTable 88 third_party/sqlite/src/src/btree.h int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock); sqlite3BtreeLockTable 237 third_party/sqlite/src/src/test3.c rc = sqlite3BtreeLockTable(pBt, iTable, wrFlag); sqlite3BtreeLockTable 5449 third_party/sqlite/src/src/vdbe.c rc = sqlite3BtreeLockTable(db->aDb[p1].pBt, pOp->p2, isWriteLock);