Lines Matching defs:SQLITE_ABORT
396 ** routine returns SQLITE_ABORT without invoking the callback again and
451 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
554 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
7769 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
7818 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
7879 ** error code of [SQLITE_ABORT].
7920 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
9846 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
10180 ** [SQLITE_ABORT] is also a [result code].
10185 /* #define SQLITE_ABORT 4 // Also an error code */
12414 ** and the call to sqlite3changeset_apply() returns SQLITE_ABORT.