OP_Prev          66663 third_party/sqlite/amalgamation/sqlite3.c case OP_Prev:          /* jump */
OP_Prev          101424 third_party/sqlite/amalgamation/sqlite3.c     pLevel->op = bRev ? OP_Prev : OP_Next;
OP_Prev          101672 third_party/sqlite/amalgamation/sqlite3.c       pLevel->op = OP_Prev;
OP_Prev          101826 third_party/sqlite/amalgamation/sqlite3.c     static const u8 aStep[] = { OP_Next, OP_Prev };
OP_Prev          4275 third_party/sqlite/src/src/vdbe.c case OP_Prev:          /* jump */
OP_Prev          3770 third_party/sqlite/src/src/where.c     pLevel->op = bRev ? OP_Prev : OP_Next;
OP_Prev          4018 third_party/sqlite/src/src/where.c       pLevel->op = OP_Prev;
OP_Prev          4172 third_party/sqlite/src/src/where.c     static const u8 aStep[] = { OP_Next, OP_Prev };