OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_ABORT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
399
** routine returns
SQLITE_ABORT
without invoking the callback again and
454
#define
SQLITE_ABORT
4 /* Callback routine requested an abort */
562
#define SQLITE_ABORT_ROLLBACK (
SQLITE_ABORT
| (2<<8))
8144
** an expired BLOB handle fail with a return code of [
SQLITE_ABORT
].
8193
**
SQLITE_ABORT
. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
8254
** error code of [
SQLITE_ABORT
].
8295
** error code of [
SQLITE_ABORT
]. ^Writes to the BLOB that occurred
10284
** [
SQLITE_ABORT
], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
10619
** [
SQLITE_ABORT
] is also a [result code].
10624
/* #define
SQLITE_ABORT
4 // Also an error code *
[
all
...]
sqlite3.c
720
** routine returns
SQLITE_ABORT
without invoking the callback again and
775
#define
SQLITE_ABORT
4 /* Callback routine requested an abort */
883
#define SQLITE_ABORT_ROLLBACK (
SQLITE_ABORT
| (2<<8))
8465
** an expired BLOB handle fail with a return code of [
SQLITE_ABORT
].
8514
**
SQLITE_ABORT
. ^Calling [sqlite3_blob_bytes()] on an aborted blob handle
8575
** error code of [
SQLITE_ABORT
].
8616
** error code of [
SQLITE_ABORT
]. ^Writes to the BLOB that occurred
10605
** [
SQLITE_ABORT
], or [SQLITE_REPLACE], according to the [ON CONFLICT] mode
10940
** [
SQLITE_ABORT
] is also a [result code].
10945
/* #define
SQLITE_ABORT
4 // Also an error code *
[
all
...]
Completed in 79 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026