Searched defs:SQLITE_DONE (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h266 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
1318 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
1330 ** [SQLITE_DONE] means that the statement has finished executing
1353 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
1380 ** After [sqlite3_step()] has returned an [SQLITE_DONE], [SQLITE_BUSY], or
/external/sqlite/dist/
H A Dsqlite3.h382 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
2815 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2826 ** ^[SQLITE_DONE] means that the statement has finished executing
2848 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3102 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
5393 ** from source to destination, then it returns [SQLITE_DONE].
5396 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
5425 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
5440 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the
5445 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the
[all...]
H A Dsqlite3.c906 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
3339 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3350 ** ^[SQLITE_DONE] means that the statement has finished executing
3372 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3626 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
5917 ** from source to destination, then it returns [SQLITE_DONE].
5920 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
5949 ** and sqlite3_backup_step() returns [SQLITE_DONE]. ^Every call to
5964 ** When sqlite3_backup_step() has returned [SQLITE_DONE], or when the
5969 ** ^If sqlite3_backup_step() has not yet returned [SQLITE_DONE], the
[all...]

Completed in 236 milliseconds