sqlite3BtreePrevious 7791 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
sqlite3BtreePrevious 51836 third_party/sqlite/amalgamation/sqlite3.c       rc = sqlite3BtreePrevious(pCur, pRes);
sqlite3BtreePrevious 53943 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3BtreePrevious(pCur, &notUsed);
sqlite3BtreePrevious 65752 third_party/sqlite/amalgamation/sqlite3.c         rc = sqlite3BtreePrevious(u.az.pC->pCursor, &u.az.res);
sqlite3BtreePrevious 66686 third_party/sqlite/amalgamation/sqlite3.c                               sqlite3BtreePrevious(u.bm.pCrsr, &u.bm.res);
sqlite3BtreePrevious 4717 third_party/sqlite/src/src/btree.c       rc = sqlite3BtreePrevious(pCur, pRes);
sqlite3BtreePrevious 6824 third_party/sqlite/src/src/btree.c     rc = sqlite3BtreePrevious(pCur, &notUsed);
sqlite3BtreePrevious  165 third_party/sqlite/src/src/btree.h int sqlite3BtreePrevious(BtCursor*, int *pRes);
sqlite3BtreePrevious 3388 third_party/sqlite/src/src/vdbe.c         rc = sqlite3BtreePrevious(pC->pCursor, &res);
sqlite3BtreePrevious 4296 third_party/sqlite/src/src/vdbe.c                               sqlite3BtreePrevious(pCrsr, &res);