Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_MISUSE

403 #define SQLITE_MISUSE      21   /* Library used incorrectly */
1221 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2736 ** If an interface fails with SQLITE_MISUSE, that means the interface
3172 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3409 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3439 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3450 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3453 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3454 ** break because any application that ever receives an SQLITE_MISUSE error
3460 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
3774 ** will result in [SQLITE_MISUSE] being returned.