Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_ABORT

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