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

/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c357 { "ABORT", SQLITE_ABORT },
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
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
5204 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5249 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5309 ** error code of [SQLITE_ABORT].
5343 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
6856 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
6871 ** [SQLITE_ABORT] is also a [result code].
6876 /* #define SQLITE_ABORT 4 // Also an error code */
H A Dsqlite3.c881 ** routine returns SQLITE_ABORT without invoking the callback again and
936 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
5754 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5799 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
5859 ** error code of [SQLITE_ABORT].
5893 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
7406 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
7421 ** [SQLITE_ABORT] is also a [result code].
7426 /* #define SQLITE_ABORT 4 // Also an error code */
[all...]

Completed in 403 milliseconds