Searched refs:sqlite3BtreeLast (Results 1 – 1 of 1) sorted by relevance
17365 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);78878 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor *pCur, int *pRes){ function101330 rc = sqlite3BtreeLast(pC->uc.pCursor, &res);102083 rc = sqlite3BtreeLast(pC->uc.pCursor, &res);102724 rc = sqlite3BtreeLast(pCrsr, &res);