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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h375 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
935 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2217 ** If an interface fails with SQLITE_MISUSE, that means the interface
2584 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
2815 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2845 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
2854 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
H A Dsqlite3.c899 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1459 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2741 ** If an interface fails with SQLITE_MISUSE, that means the interface
3108 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3339 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3369 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3378 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
8443 #define SQLITE_MAGIC_ERROR 0xb5357930 /* An SQLITE_MISUSE error occurred */
10883 return SQLITE_MISUSE;
19451 ** SQLITE_MISUSE immediatel
[all...]

Completed in 310 milliseconds