Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h242 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
/external/sqlite/dist/
Dsqlite3.h358 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
Dshell.c1912 rc = SQLITE_ABORT; in shell_exec()
Dsqlite3.h.orig304 ** routine returns SQLITE_ABORT without invoking the callback again and
358 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
3085 ** [error code] returned will be [SQLITE_ABORT].
4443 ** a expired BLOB handle fail with an return code of [SQLITE_ABORT].
4524 ** error code of [SQLITE_ABORT].
4558 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
Dsqlite3.c882 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
41631 return SQLITE_ABORT;
45653 return SQLITE_ABORT;
49313 sqlite3BtreeTripAllCursors(p, SQLITE_ABORT);
55436 rc = SQLITE_ABORT;
58632 rc = SQLITE_ABORT;
58641 if( rc==SQLITE_ABORT ){
75912 rc = SQLITE_ABORT;
75915 sqlite3Error(db, SQLITE_ABORT, 0);
83673 if( (rc&0xff)==SQLITE_ABORT ){
Dsqlite3.c.orig828 ** routine returns SQLITE_ABORT without invoking the callback again and
882 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
3609 ** [error code] returned will be [SQLITE_ABORT].
4967 ** a expired BLOB handle fail with an return code of [SQLITE_ABORT].
5048 ** error code of [SQLITE_ABORT].
5082 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
41620 return SQLITE_ABORT;
45642 return SQLITE_ABORT;
49302 sqlite3BtreeTripAllCursors(p, SQLITE_ABORT);
52541 ** set to SQLITE_ABORT and this routine will return SQLITE_ERROR.
[all …]