sqlite3BtreeCursorHasMoved 7782 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCursorHasMoved(BtCursor*, int*); sqlite3BtreeCursorHasMoved 59593 third_party/sqlite/amalgamation/sqlite3.c int rc = sqlite3BtreeCursorHasMoved(p->pCursor, &hasMoved); sqlite3BtreeCursorHasMoved 156 third_party/sqlite/src/src/btree.h int sqlite3BtreeCursorHasMoved(BtCursor*, int*); sqlite3BtreeCursorHasMoved 2468 third_party/sqlite/src/src/vdbeaux.c int rc = sqlite3BtreeCursorHasMoved(p->pCursor, &hasMoved);