Searched refs:sqliteBtreeLast (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h130 #define sqliteBtreeLast(pCur, pRes) (btCOps(pCur)->Last(pCur, pRes)) macro
H A Dtest3.c787 rc = sqliteBtreeLast(pCur, &res);
H A Dvdbe.c2852 rx = sqliteBtreeLast(pC->pCursor, &res);
3345 rc = sqliteBtreeLast(pCrsr, &res);

Completed in 54 milliseconds