HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_ABORT (Results 1 - 7 of 7) sorted by null

  /libcore/sqlite-jdbc/src/main/java/SQLite/
Constants.java 21 public static final int SQLITE_ABORT = 4; /* Callback routine requested an abort */
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 184 ** are skipped and the sqlite3_exec() function returns the SQLITE_ABORT.
242 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 531 case SQLITE_ABORT:
  /external/sqlite/dist/
sqlite3.h.orig 304 ** routine returns SQLITE_ABORT without invoking the callback again and
358 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
    [all...]
sqlite3.h 304 ** routine returns SQLITE_ABORT without invoking the callback again and
358 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
    [all...]
sqlite3.c 828 ** routine returns SQLITE_ABORT without invoking the callback again and
    [all...]
sqlite3.c.orig 828 ** routine returns SQLITE_ABORT without invoking the callback again and
    [all...]

Completed in 118 milliseconds