Searched refs:SQLITE_ABORT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h373 ** routine returns SQLITE_ABORT without invoking the callback again and
426 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
528 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
7205 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
7254 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
7315 ** error code of [SQLITE_ABORT].
7356 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
9252 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
9309 ** [SQLITE_ABORT] is also a [result code].
9314 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c1436 ** routine returns SQLITE_ABORT without invoking the callback again and
1489 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
1591 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
8268 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
8317 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
8378 ** error code of [SQLITE_ABORT].
8419 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
10315 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
10372 ** [SQLITE_ABORT] is also a [result code].
10377 /* #define SQLITE_ABORT
[all...]
H A Dshell.c13413 rc = SQLITE_ABORT;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h331 ** routine returns SQLITE_ABORT without invoking the callback again and
386 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
5074 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5119 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5179 ** error code of [SQLITE_ABORT].
5213 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
6664 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
6679 ** [SQLITE_ABORT] is also a [result code].
6684 /* #define SQLITE_ABORT 4 // Also an error code */
H A Dsqlite3.c884 ** routine returns SQLITE_ABORT without invoking the callback again and
939 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
5627 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5672 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5732 ** error code of [SQLITE_ABORT].
5766 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7217 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7232 ** [SQLITE_ABORT] is also a [result code].
7237 /* #define SQLITE_ABORT 4 // Also an error code */
[all...]

Completed in 1222 milliseconds