Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching refs:SQLITE_DONE

342 #define SQLITE_DONE        101  /* sqlite3_step() has finished executing */
2715 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2726 ** [SQLITE_DONE] means that the statement has finished executing
2748 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3012 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
5232 ** are no more pages to copy, then [SQLITE_DONE] is returned. If an error
5234 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
5263 ** and sqlite3_backup_step() returns [SQLITE_DONE]. Additionally, each time
5278 ** Once sqlite3_backup_step() has returned [SQLITE_DONE], or when the
5282 ** has not yet returned [SQLITE_DONE], then any active write-transaction on the