Searched refs:SQLITE_ABORT (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java21 public static final int SQLITE_ABORT = 4; /* Callback routine requested an abort */ field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h331 ** routine returns SQLITE_ABORT without invoking the callback again and
386 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
464 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5253 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5298 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5358 ** error code of [SQLITE_ABORT].
5392 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
6906 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
6921 ** [SQLITE_ABORT] is also a [result code].
6926 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c881 ** routine returns SQLITE_ABORT without invoking the callback again and
936 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
1014 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5803 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5848 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5908 ** error code of [SQLITE_ABORT].
5942 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7456 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7471 ** [SQLITE_ABORT] is also a [result code].
7476 /* #define SQLITE_ABORT
[all...]
/external/sqlite/dist/
H A Dsqlite3.h331 ** routine returns SQLITE_ABORT without invoking the callback again and
386 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
464 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5253 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5298 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5358 ** error code of [SQLITE_ABORT].
5392 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
6906 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
6921 ** [SQLITE_ABORT] is also a [result code].
6926 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c881 ** routine returns SQLITE_ABORT without invoking the callback again and
936 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
1014 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5803 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5848 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5908 ** error code of [SQLITE_ABORT].
5942 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7456 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7471 ** [SQLITE_ABORT] is also a [result code].
7476 /* #define SQLITE_ABORT
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h318 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
2992 ** [error code] returned will be [SQLITE_ABORT].
4358 ** a expired BLOB handle fail with an return code of [SQLITE_ABORT].
4423 ** error code of [SQLITE_ABORT].
4451 ** error code of [SQLITE_ABORT]. Writes to the BLOB that occurred

Completed in 766 milliseconds