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

/external/chromium_org/sql/
H A Derror_delegate_util.cc60 case SQLITE_ABORT:
/external/chromium_org/third_party/sqlite/src/src/
H A Dlegacy.c100 rc = SQLITE_ABORT;
103 sqlite3Error(db, SQLITE_ABORT, 0);
H A Dvdbeblob.c51 ** immediately return SQLITE_ABORT.
377 ** already been invalidated. Return SQLITE_ABORT in this case.
379 rc = SQLITE_ABORT;
381 /* Call either BtreeData() or BtreePutData(). If SQLITE_ABORT is
388 if( rc==SQLITE_ABORT ){
434 ** immediately return SQLITE_ABORT.
447 ** already been invalidated. Return SQLITE_ABORT in this case.
449 rc = SQLITE_ABORT;
H A Dtable.c148 if( (rc&0xff)==SQLITE_ABORT ){
H A Dtest2.c31 case SQLITE_ABORT: zName = "SQLITE_ABORT"; break;
H A Dtest3.c31 case SQLITE_ABORT: zName = "SQLITE_ABORT"; break;
H A Dtest4.c379 case SQLITE_ABORT: zName = "SQLITE_ABORT"; break;
H A Dtest7.c410 case SQLITE_ABORT: zName = "SQLITE_ABORT"; break;
H A Dsqlite.h.in326 ** routine returns SQLITE_ABORT without invoking the callback again and
380 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
4880 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
4925 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4985 ** error code of [SQLITE_ABORT].
5019 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
H A Dtest_vfstrace.c130 case SQLITE_ABORT: zVal = "SQLITE_ABORT"; break;
H A Dvdbe.c536 ** set to SQLITE_ABORT and this routine will return SQLITE_ERROR.
641 ** a return code SQLITE_ABORT.
1434 if( p->expired ) rc = SQLITE_ABORT;
3023 rc = SQLITE_ABORT;
H A Dvdbeaux.c1966 sqlite3BtreeTripAllCursors(p, SQLITE_ABORT);
H A Dbtree.c3987 return SQLITE_ABORT;
8070 return SQLITE_ABORT;
H A Dpager.c6030 ** Any active readers will get SQLITE_ABORT.
6032 pPager->errCode = SQLITE_ABORT;
H A Dtest1.c123 case SQLITE_ABORT: zName = "SQLITE_ABORT"; break;
/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.h350 ** routine returns SQLITE_ABORT without invoking the callback again and
403 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
486 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5623 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5671 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5731 ** error code of [SQLITE_ABORT].
5765 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7341 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7357 ** [SQLITE_ABORT] is also a [result code].
7362 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c465 ** routine returns SQLITE_ABORT without invoking the callback again and
518 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
601 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5738 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5786 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5846 ** error code of [SQLITE_ABORT].
5880 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7456 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7472 ** [SQLITE_ABORT] is also a [result code].
7477 /* #define SQLITE_ABORT
[all...]
/external/sqlite/dist/
H A Dsqlite3.h350 ** routine returns SQLITE_ABORT without invoking the callback again and
403 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
486 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5623 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5671 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5731 ** error code of [SQLITE_ABORT].
5765 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7341 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7357 ** [SQLITE_ABORT] is also a [result code].
7362 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c465 ** routine returns SQLITE_ABORT without invoking the callback again and
518 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
601 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5738 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5786 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5846 ** error code of [SQLITE_ABORT].
5880 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7456 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7472 ** [SQLITE_ABORT] is also a [result code].
7477 /* #define SQLITE_ABORT
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h331 ** routine returns SQLITE_ABORT without invoking the callback again and
385 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
4885 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
4930 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
4990 ** error code of [SQLITE_ABORT].
5024 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
H A Dsqlite3.c874 ** routine returns SQLITE_ABORT without invoking the callback again and
928 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
5428 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5473 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5533 ** error code of [SQLITE_ABORT].
5567 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 620 milliseconds