Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_ABORT

370 ** routine returns SQLITE_ABORT without invoking the callback again and
423 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
512 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
6292 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
6341 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
6402 ** error code of [SQLITE_ABORT].
6443 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
8093 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
8109 ** [SQLITE_ABORT] is also a [result code].
8114 /* #define SQLITE_ABORT 4 // Also an error code */
9807 ** and the call to sqlite3changeset_apply() returns SQLITE_ABORT.