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

/macosx-10.10.1/Heimdal-398.1.2/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...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecItem.c113 case SQLITE_ABORT:

Completed in 248 milliseconds