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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h239 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
984 ** [SQLITE_ERROR | error code] is returned.
1009 ** [SQLITE_ERROR | result codes] or
1012 ** [SQLITE_ERROR] result code and you would have to make a second call to
1318 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
1341 ** [SQLITE_ERROR] means that a run-time error (such as a constraint
1353 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
1360 ** [SQLITE_ERROR], following any error other than [SQLITE_BUSY]
1363 ** [SQLITE_ERROR | result codes] that better describes the error.
1368 ** more specific [SQLITE_ERROR | resul
[all...]
/external/sqlite/dist/
H A Dsqlite3.h355 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1079 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1093 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1109 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1208 ** return [SQLITE_ERROR].</dd>
1221 ** return [SQLITE_ERROR].</dd>
2414 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2815 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2836 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
2848 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.c879 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1603 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1617 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1633 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1732 ** return [SQLITE_ERROR].</dd>
1745 ** return [SQLITE_ERROR].</dd>
2938 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3339 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3360 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3372 ** previously returned [SQLITE_ERROR] o
[all...]

Completed in 180 milliseconds