Searched refs:lsmMCursorKey (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsmInt.h | 830 int lsmMCursorKey(MultiCursor *, void **, int *);
|
| H A D | lsm_main.c | 831 return lsmMCursorKey((MultiCursor *)pCsr, (void **)ppKey, pnKey); in lsm_csr_key()
|
| H A D | lsm_sorted.c | 2627 rc = lsmMCursorKey(pCsr, &pKey, &nKey); in lsmSortedWalkFreelist() 3268 int lsmMCursorKey(MultiCursor *pCsr, void **ppKey, int *pnKey){ in lsmMCursorKey() function 3310 rc = lsmMCursorKey(pCsr, &pCsrkey, &nCsrkey); in lsm_csr_cmp() 4232 lsmMCursorKey(pCsr, &pKey, &nKey); in mergeWorkerStep()
|