Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3BtreeKey

9014 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
52150 rc = sqlite3BtreeKey(pCur, 0, (int)pCur->nKey, pKey);
55694 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor *pCur, u32 offset, u32 amt, void *pBuf){
61648 rc = sqlite3BtreeKey(pCur, offset, amt, pMem->z);
72394 rc = sqlite3BtreeKey(pCrsr, 0, n, pOut->z);