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_MISUSE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
471
#define
SQLITE_MISUSE
21 /* Library used incorrectly */
1721
** return
SQLITE_MISUSE
.
1838
** [sqlite3_shutdown()] is a no-op that returns
SQLITE_MISUSE
.
4240
** If an interface fails with
SQLITE_MISUSE
, that means the interface
4264
** successfully set, SQLITE_NOMEM if an OOM occurs, and
SQLITE_MISUSE
if
4989
** then the call will return [
SQLITE_MISUSE
]. If any sqlite3_bind_()
5247
** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [
SQLITE_MISUSE
].
5277
** [
SQLITE_MISUSE
] means that the this routine was called inappropriately.
5288
** [sqlite3_reset()] would result in an [
SQLITE_MISUSE
] return from
5292
** than returning [
SQLITE_MISUSE
]. This is not considered a compatibilit
[
all
...]
sqlite3.c
792
#define
SQLITE_MISUSE
21 /* Library used incorrectly */
2042
** return
SQLITE_MISUSE
.
2159
** [sqlite3_shutdown()] is a no-op that returns
SQLITE_MISUSE
.
4561
** If an interface fails with
SQLITE_MISUSE
, that means the interface
4585
** successfully set, SQLITE_NOMEM if an OOM occurs, and
SQLITE_MISUSE
if
5310
** then the call will return [
SQLITE_MISUSE
]. If any sqlite3_bind_()
5568
** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [
SQLITE_MISUSE
].
5598
** [
SQLITE_MISUSE
] means that the this routine was called inappropriately.
5609
** [sqlite3_reset()] would result in an [
SQLITE_MISUSE
] return from
5613
** than returning [
SQLITE_MISUSE
]. This is not considered a compatibilit
[
all
...]
Completed in 50 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026