sqlite3BtreeKey  8055 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
sqlite3BtreeKey  48102 ext/sqlite3/libsqlite/sqlite3.c       rc = sqlite3BtreeKey(pCur, 0, (int)pCur->nKey, pKey);
sqlite3BtreeKey  57320 ext/sqlite3/libsqlite/sqlite3.c       rc = sqlite3BtreeKey(pCur, offset, amt, pMem->z);
sqlite3BtreeKey  66935 ext/sqlite3/libsqlite/sqlite3.c     rc = sqlite3BtreeKey(u.bh.pCrsr, 0, u.bh.n, pOut->z);