Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_MISUSE

949 #define SQLITE_MISUSE      21   /* Library used incorrectly */
1622 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2944 ** If an interface fails with SQLITE_MISUSE, that means the interface
3334 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3567 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3597 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3608 ** result in an [SQLITE_MISUSE] return from sqlite3_step(). But after
3610 ** automatically in this circumstance rather than returning [SQLITE_MISUSE].
3614 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
3922 ** will result in [SQLITE_MISUSE] being returned.
9096 #define SQLITE_MAGIC_ERROR 0xb5357930 /* An SQLITE_MISUSE error occurred */
20972 sqlite3_log(SQLITE_MISUSE,
20985 ** SQLITE_MISUSE immediately.
29147 rc = SQLITE_ERROR /*SQLITE_PROTOCOL? SQLITE_MISUSE?*/;
58516 sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement");
58524 sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement");
58903 || rc==SQLITE_BUSY || rc==SQLITE_MISUSE
59439 sqlite3Error(p->db, SQLITE_MISUSE, 0);
59441 sqlite3_log(SQLITE_MISUSE,
95230 sqlite3Error(db, SQLITE_MISUSE, 0);
105097 /* sqlite3_config() shall return SQLITE_MISUSE if it is invoked while
105648 /* SQLITE_MISUSE */ "library routine called out of sequence",
106574 if( ((1<<(flags&7)) & 0x46)==0 ) return SQLITE_MISUSE;
106987 ** SQLITE_MISUSE, SQLITE_CANTOPEN, SQLITE_IOERR and possibly other error
107005 sqlite3_log(SQLITE_MISUSE,
107008 return SQLITE_MISUSE;