Searched defs:SQLITE_MISUSE (Results 1 - 8 of 8) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java38 public static final int SQLITE_MISUSE = 21; /* Library used incorrectly */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h402 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1112 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2456 ** If an interface fails with SQLITE_MISUSE, that means the interface
2863 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3100 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3130 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3141 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3144 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3145 ** break because any application that ever receives an SQLITE_MISUSE error
3151 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
H A Dsqlite3.c945 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1655 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2999 ** If an interface fails with SQLITE_MISUSE, that means the interface
3406 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3643 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3673 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3684 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3687 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3688 ** break because any application that ever receives an SQLITE_MISUSE error
3694 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h420 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1340 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2954 ** If an interface fails with SQLITE_MISUSE, that means the interface
3397 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3664 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3675 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3678 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3679 ** break because any application that ever receives an SQLITE_MISUSE error
3685 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
H A Dsqlite3.c535 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1455 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
3069 ** If an interface fails with SQLITE_MISUSE, that means the interface
3512 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3749 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3779 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3790 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3793 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3794 ** break because any application that ever receives an SQLITE_MISUSE error
3800 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h420 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1340 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2954 ** If an interface fails with SQLITE_MISUSE, that means the interface
3397 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3634 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3664 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3675 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3678 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3679 ** break because any application that ever receives an SQLITE_MISUSE error
3685 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
H A Dsqlite3.c535 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1455 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
3069 ** If an interface fails with SQLITE_MISUSE, that means the interface
3512 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3749 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3779 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3790 ** [sqlite3_reset()] would result in an [SQLITE_MISUSE] return from
3793 ** than returning [SQLITE_MISUSE]. This is not considered a compatibility
3794 ** break because any application that ever receives an SQLITE_MISUSE error
3800 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 1559 milliseconds