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

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c387 { "MISUSE", SQLITE_MISUSE },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d134 SQLITE_MISUSE = 21, /** Library used incorrectly */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h466 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1672 ** configuration option, then the sqlite3_config() call will return SQLITE_MISUSE.
1789 ** [sqlite3_shutdown()] is a no-op that returns SQLITE_MISUSE.
3988 ** If an interface fails with SQLITE_MISUSE, that means the interface
4664 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
4922 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4952 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
4963 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
4967 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
4968 ** break because any application that ever receives an SQLITE_MISUSE erro
[all...]
H A Dsqlite3.c779 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1985 ** configuration option, then the sqlite3_config() call will return SQLITE_MISUSE.
2102 ** [sqlite3_shutdown()] is a no-op that returns SQLITE_MISUSE.
4301 ** If an interface fails with SQLITE_MISUSE, that means the interface
4977 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
5235 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5265 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
5276 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
5280 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
5281 ** break because any application that ever receives an SQLITE_MISUSE erro
[all...]
H A Dshell.c11746 ** been passed to sqlite3_expert_analyze() SQLITE_MISUSE is returned
13853 if( p->bRun ) return SQLITE_MISUSE;
17980 rc = SQLITE_MISUSE;
28792 if( sqlite3_config(-1)==SQLITE_MISUSE ){

Completed in 634 milliseconds