Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.h317 int sqlite3BtreeLast(BtCursor*, int *pRes);
H A Dvdbe.c4654 rc = sqlite3BtreeLast(pC->uc.pCursor, &res); in sqlite3VdbeExec()
5405 rc = sqlite3BtreeLast(pC->uc.pCursor, &res); in sqlite3VdbeExec()
6035 rc = sqlite3BtreeLast(pCrsr, &res); in sqlite3VdbeExec()
H A Dbtree.c5498 int sqlite3BtreeLast(BtCursor *pCur, int *pRes){ in sqlite3BtreeLast() function