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

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp86 case SQLITE_MISUSE:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp86 case SQLITE_MISUSE:
/macosx-10.10/Heimdal-398.1.2/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 545 milliseconds