OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_MISUSE
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/lua/sqlite/
sqlite.c
387
{ "MISUSE",
SQLITE_MISUSE
},
/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
...]
shell.c
3849
if( pSpec==0 ) return
SQLITE_MISUSE
;
14637
** been passed to sqlite3_expert_analyze()
SQLITE_MISUSE
is returned
16831
if( p->bRun ) return
SQLITE_MISUSE
;
18479
case
SQLITE_MISUSE
: zVal = "
SQLITE_MISUSE
"; break;
23488
rc =
SQLITE_MISUSE
;
[
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 107 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026