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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h350 ** routine returns SQLITE_ABORT without invoking the callback again and
405 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
490 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
5469 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5514 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5574 ** error code of [SQLITE_ABORT].
5608 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7148 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7163 ** [SQLITE_ABORT] is also a [result code].
7168 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c921 ** routine returns SQLITE_ABORT without invoking the callback again and
976 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
1061 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
6040 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
6085 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
6145 ** error code of [SQLITE_ABORT].
6179 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7719 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7734 ** [SQLITE_ABORT] is also a [result code].
7739 /* #define SQLITE_ABORT
[all...]
/freebsd-10.0-release/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 717 milliseconds