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

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c370 { "ABORT", SQLITE_ABORT },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d117 SQLITE_ABORT = 4, /** Callback routine requested an abort */
190 SQLITE_ABORT_ROLLBACK = (SQLITE_ABORT | (2 << 8)),
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h396 ** routine returns SQLITE_ABORT without invoking the callback again and
449 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
552 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
7744 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
7793 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
7854 ** error code of [SQLITE_ABORT].
7895 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
9821 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
10134 ** [SQLITE_ABORT] is also a [result code].
10139 /* #define SQLITE_ABORT
[all...]
H A Dsqlite3.c709 ** routine returns SQLITE_ABORT without invoking the callback again and
762 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
865 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
8057 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
8106 ** SQLITE_ABORT. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
8167 ** error code of [SQLITE_ABORT].
8208 ** error code of [SQLITE_ABORT]. ^Writes to the BLOB that occurred
10134 ** [SQLITE_ABORT], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
10447 ** [SQLITE_ABORT] is also a [result code].
10452 /* #define SQLITE_ABORT
[all...]
H A Dshell.c20882 rc = SQLITE_ABORT;

Completed in 811 milliseconds