Home
last modified time | relevance | path

Searched refs:btreeCursorLoadKey (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c634 static int btreeCursorLoadKey(BtreeCursor *pCsr){ in btreeCursorLoadKey() function
701 rc = btreeCursorLoadKey(pCsr); in btreeCursorNext()
725 rc = btreeCursorLoadKey(pCsr); in btreeCursorNext()
971 rc = btreeCursorLoadKey(pCsr); in btreeCursorRestore()
2449 btreeCursorLoadKey(pCsr->pBtCsr); in lsmSortedRemap()