Lines Matching refs:SQLITE_ABORT
356 ** routine returns SQLITE_ABORT without invoking the callback again and
409 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
493 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5909 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5954 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
6015 ** error code of [SQLITE_ABORT].
6056 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7666 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7682 ** [SQLITE_ABORT] is also a [result code].
7687 /* #define SQLITE_ABORT 4 // Also an error code */