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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h422 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1297 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2877 ** If an interface fails with SQLITE_MISUSE, that means the interface
3321 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3558 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3588 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3599 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3602 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3603 ** break because any application that ever receives an SQLITE_MISUSE error
3609 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
H A Dsqlite3.c993 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1868 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
3448 ** If an interface fails with SQLITE_MISUSE, that means the interface
3892 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
4129 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4159 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
4170 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
4173 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
4174 ** break because any application that ever receives an SQLITE_MISUSE error
4180 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c742 SQLITE_MISUSE. */
745 if (err != SQLITE_OK && err != SQLITE_MISUSE)
/freebsd-10.2-release/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...]

Completed in 703 milliseconds