Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_ABORT

350 ** routine returns SQLITE_ABORT without invoking the callback again and
403 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
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 4 // Also an error code */