Searched refs:SQLITE_ERROR (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp106 return SQLITE_ERROR;
H A DSQLiteFileSystemChromiumPosix.cpp134 return SQLITE_ERROR;
/external/chromium/chrome/common/
H A Dsqlite_utils.cc177 int rv = SQLITE_ERROR;
186 int rv = SQLITE_ERROR;
226 return SQLITE_ERROR;
237 return SQLITE_ERROR;
248 return SQLITE_ERROR;
256 return SQLITE_ERROR;
/external/chromium/app/sql/
H A Dconnection_unittest.cc39 EXPECT_EQ(SQLITE_ERROR, db().GetErrorCode());
H A Dconnection.cc308 return SQLITE_ERROR;
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java18 public static final int SQLITE_ERROR = 1; /* SQL error or missing database */ field in class:Constants
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp89 error = SQLITE_ERROR;
174 return SQLITE_ERROR;
259 return SQLITE_ERROR;
H A DSQLiteDatabase.cpp43 const int SQLResultError = SQLITE_ERROR;
320 return m_db ? sqlite3_errcode(m_db) : SQLITE_ERROR;
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h315 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
2287 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2715 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2736 ** [SQLITE_ERROR] means that a run-time error (such as a constraint
2748 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
2753 ** API always returns a generic error code, [SQLITE_ERROR], following any
3047 ** will result in [SQLITE_ERROR] being returned.
3391 ** the error code is SQLITE_ERROR. A subsequent call to sqlite3_result_error()
3392 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
3955 ** [SQLITE_OK] on success and [SQLITE_ERROR] i
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c933 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1903 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1917 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1933 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
2032 ** return [SQLITE_ERROR].</dd>
2045 ** return [SQLITE_ERROR].</dd>
3487 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3959 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3980 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3992 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h383 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1353 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1367 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1383 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1482 ** return [SQLITE_ERROR].</dd>
1495 ** return [SQLITE_ERROR].</dd>
2937 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3430 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3442 ** previously returned [SQLITE_ERROR] o
[all...]
/external/sqlite/dist/
H A Dsqlite3.c933 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1903 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1917 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1933 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
2032 ** return [SQLITE_ERROR].</dd>
2045 ** return [SQLITE_ERROR].</dd>
3487 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3959 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3980 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3992 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h383 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1353 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1367 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1383 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1482 ** return [SQLITE_ERROR].</dd>
1495 ** return [SQLITE_ERROR].</dd>
2937 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3430 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3442 ** previously returned [SQLITE_ERROR] o
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1441 int rc = SQLITE_ERROR, nargs, i;
3207 int rc = SQLITE_ERROR, nargs, i;
4892 jint ret = SQLITE_ERROR;
4912 jint ret = SQLITE_ERROR;

Completed in 580 milliseconds