Searched refs:sqlite3BtreeLast (Results 1 – 3 of 3) sorted by relevance
317 int sqlite3BtreeLast(BtCursor*, int *pRes);
4654 rc = sqlite3BtreeLast(pC->uc.pCursor, &res); in sqlite3VdbeExec()5405 rc = sqlite3BtreeLast(pC->uc.pCursor, &res); in sqlite3VdbeExec()6035 rc = sqlite3BtreeLast(pCrsr, &res); in sqlite3VdbeExec()
5498 int sqlite3BtreeLast(BtCursor *pCur, int *pRes){ in sqlite3BtreeLast() function