Searched defs:moveToRightmost (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1512 ** between moveToLeftmost() and moveToRightmost(). moveToLeftmost()
1513 ** finds the left-most entry beneath the *entry* whereas moveToRightmost()
1516 static int moveToRightmost(BtCursor *pCur){ function
1563 rc = moveToRightmost(pCur);
1725 rc = moveToRightmost(pCur);

Completed in 221 milliseconds