Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3VdbeCursorMoveto

14246 SQLITE_PRIVATE int sqlite3VdbeCursorMoveto(VdbeCursor*);
64943 SQLITE_PRIVATE int sqlite3VdbeCursorMoveto(VdbeCursor *p){
70349 rc = sqlite3VdbeCursorMoveto(pC);
72237 ** to the row to be deleted and the sqlite3VdbeCursorMoveto() operation
72242 rc = sqlite3VdbeCursorMoveto(pC);
72366 ** the cursor. Hence the following sqlite3VdbeCursorMoveto() call is always
72370 rc = sqlite3VdbeCursorMoveto(pC);
72439 rc = sqlite3VdbeCursorMoveto(pC);
72808 rc = sqlite3VdbeCursorMoveto(pC);