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_DONE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
480
#define
SQLITE_DONE
101 /* sqlite3_step() has finished executing */
4788
** [
SQLITE_DONE
] from [sqlite3_step(S)]) nor
5247
** [
SQLITE_DONE
], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5258
** ^[
SQLITE_DONE
] means that the statement has finished executing
5280
** previously returned [SQLITE_ERROR] or [
SQLITE_DONE
]. Or it could
5323
** [sqlite3_step](P) returned [
SQLITE_DONE
]. ^The sqlite3_data_count(P)
9619
** from source to destination, then it returns [
SQLITE_DONE
].
9622
** [
SQLITE_DONE
], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9655
** and sqlite3_backup_step() returns [
SQLITE_DONE
]. ^Every call to
9670
** When sqlite3_backup_step() has returned [
SQLITE_DONE
], or when th
[
all
...]
sqlite3.c
801
#define
SQLITE_DONE
101 /* sqlite3_step() has finished executing */
5109
** [
SQLITE_DONE
] from [sqlite3_step(S)]) nor
5568
** [
SQLITE_DONE
], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5579
** ^[
SQLITE_DONE
] means that the statement has finished executing
5601
** previously returned [SQLITE_ERROR] or [
SQLITE_DONE
]. Or it could
5644
** [sqlite3_step](P) returned [
SQLITE_DONE
]. ^The sqlite3_data_count(P)
9940
** from source to destination, then it returns [
SQLITE_DONE
].
9943
** [
SQLITE_DONE
], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9976
** and sqlite3_backup_step() returns [
SQLITE_DONE
]. ^Every call to
9991
** When sqlite3_backup_step() has returned [
SQLITE_DONE
], or when th
[
all
...]
Completed in 83 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026