Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/test/
H A Dbtree4.test18 # sqliteBtreePrevious() procedures and making sure they are able
H A Dbtree4rb.test18 # sqliteBtreePrevious() procedures and making sure they are able
/titanic_44/usr/src/lib/libsqlite/src/
H A Dbtree.h132 #define sqliteBtreePrevious(pCur, pRes) (btCOps(pCur)->Previous(pCur, pRes)) macro
H A Dtest3.c721 rc = sqliteBtreePrevious(pCur, &res); in btree_prev()
H A Dvdbe.c2595 sqliteBtreePrevious(pC->pCursor, &res); in sqliteVdbeExec()
3418 sqliteBtreePrevious(pCrsr, &res); in sqliteVdbeExec()