Searched refs:sqlite3BtreeLast (Results 1 – 1 of 1) sorted by relevance
17386 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);78994 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor *pCur, int *pRes){ function101488 rc = sqlite3BtreeLast(pC->uc.pCursor, &res);102241 rc = sqlite3BtreeLast(pC->uc.pCursor, &res);102882 rc = sqlite3BtreeLast(pCrsr, &res);