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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h403 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1154 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2638 ** If an interface fails with SQLITE_MISUSE, that means the interface
3047 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3284 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3314 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3325 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3328 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3329 ** break because any application that ever receives an SQLITE_MISUSE error
3335 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
H A Dsqlite3.c956 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1707 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
3191 ** If an interface fails with SQLITE_MISUSE, that means the interface
3600 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3837 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3867 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3878 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3881 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3882 ** break because any application that ever receives an SQLITE_MISUSE error
3888 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c812 SQLITE_MISUSE. */
815 if (err != SQLITE_OK && err != SQLITE_MISUSE)
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h443 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1568 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
3776 ** If an interface fails with SQLITE_MISUSE, that means the interface
4392 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
4650 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4680 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
4691 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
4695 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
4696 ** break because any application that ever receives an SQLITE_MISUSE error
4702 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
H A Dshell.c8283 ** been passed to sqlite3_expert_analyze() SQLITE_MISUSE is returned
10211 if( p->bRun ) return SQLITE_MISUSE;
20927 if( sqlite3_config(-1)==SQLITE_MISUSE ){
H A Dsqlite3.c1506 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
2631 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
4839 ** If an interface fails with SQLITE_MISUSE, that means the interface
5455 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
5713 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
5743 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
5754 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
5758 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
5759 ** break because any application that ever receives an SQLITE_MISUSE error
5765 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]

Completed in 1038 milliseconds