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 */
4895 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
4940 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5000 ** error code of [SQLITE_ABORT].
5034 ** 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.c6067 ** Any active readers will get SQLITE_ABORT.
6069 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.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/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
4900 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
4945 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5005 ** error code of [SQLITE_ABORT].
5039 ** 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
5443 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5488 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5548 ** error code of [SQLITE_ABORT].
5582 ** 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 565 milliseconds