sqlite3BtreeKey  9540 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
sqlite3BtreeKey  53675 ext/sqlite3/libsqlite/sqlite3.c       rc = sqlite3BtreeKey(pCur, 0, (int)pCur->nKey, pKey);
sqlite3BtreeKey  64068 ext/sqlite3/libsqlite/sqlite3.c         rc = sqlite3BtreeKey(pCur, offset, amt, pMem->z);
sqlite3BtreeKey  75267 ext/sqlite3/libsqlite/sqlite3.c     rc = sqlite3BtreeKey(pCrsr, 0, n, pOut->z);