Searched refs:sqliteBtreePrevious (Results 1 – 5 of 5) sorted by relevance
18 # sqliteBtreePrevious() procedures and making sure they are able
132 #define sqliteBtreePrevious(pCur, pRes) (btCOps(pCur)->Previous(pCur, pRes)) macro
721 rc = sqliteBtreePrevious(pCur, &res); in btree_prev()
2595 sqliteBtreePrevious(pC->pCursor, &res); in sqliteVdbeExec()3418 sqliteBtreePrevious(pCrsr, &res); in sqliteVdbeExec()