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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dutils.c78 case SQLITE_MISUSE: z = "library routine called out of sequence";break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dutils.c78 case SQLITE_MISUSE: z = "library routine called out of sequence";break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dutils.c78 case SQLITE_MISUSE: z = "library routine called out of sequence";break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h394 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
2556 ** [SQLITE_MISUSE] might be returned if these routines are called on a
2559 ** on SQLITE_MISUSE returns. SQLITE_MISUSE is intended to indicate a
2561 ** panic rather than return SQLITE_MISUSE.
3005 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3037 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3048 ** and [SQLITE_MISUSE]. You must call [sqlite3_reset()] or
3083 ** [SQLITE_ERROR], [SQLITE_BUSY], or [SQLITE_MISUSE].
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h394 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
2556 ** [SQLITE_MISUSE] might be returned if these routines are called on a
2559 ** on SQLITE_MISUSE returns. SQLITE_MISUSE is intended to indicate a
2561 ** panic rather than return SQLITE_MISUSE.
3005 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3037 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3048 ** and [SQLITE_MISUSE]. You must call [sqlite3_reset()] or
3083 ** [SQLITE_ERROR], [SQLITE_BUSY], or [SQLITE_MISUSE].
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h394 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
2556 ** [SQLITE_MISUSE] might be returned if these routines are called on a
2559 ** on SQLITE_MISUSE returns. SQLITE_MISUSE is intended to indicate a
2561 ** panic rather than return SQLITE_MISUSE.
3005 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3037 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3048 ** and [SQLITE_MISUSE]. You must call [sqlite3_reset()] or
3083 ** [SQLITE_ERROR], [SQLITE_BUSY], or [SQLITE_MISUSE].
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h402 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1052 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2354 ** If an interface fails with SQLITE_MISUSE, that means the interface
2721 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
2952 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2982 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
2993 ** result in an [SQLITE_MISUSE] return from sqlite3_step(). But after
2995 ** automatically in this circumstance rather than returning [SQLITE_MISUSE].
2999 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
H A Dsqlite3.c939 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1589 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2891 ** If an interface fails with SQLITE_MISUSE, that means the interface
3258 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3489 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3519 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3530 ** result in an [SQLITE_MISUSE] return from sqlite3_step(). But after
3532 ** automatically in this circumstance rather than returning [SQLITE_MISUSE].
3536 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
8781 #define SQLITE_MAGIC_ERROR 0xb5357930 /* An SQLITE_MISUSE erro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h402 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1052 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2354 ** If an interface fails with SQLITE_MISUSE, that means the interface
2721 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
2952 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2982 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
2993 ** result in an [SQLITE_MISUSE] return from sqlite3_step(). But after
2995 ** automatically in this circumstance rather than returning [SQLITE_MISUSE].
2999 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
H A Dsqlite3.c939 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1589 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2891 ** If an interface fails with SQLITE_MISUSE, that means the interface
3258 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3489 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3519 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3530 ** result in an [SQLITE_MISUSE] return from sqlite3_step(). But after
3532 ** automatically in this circumstance rather than returning [SQLITE_MISUSE].
3536 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
8781 #define SQLITE_MAGIC_ERROR 0xb5357930 /* An SQLITE_MISUSE erro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h402 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1052 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2354 ** If an interface fails with SQLITE_MISUSE, that means the interface
2721 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
2952 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2982 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
2993 ** result in an [SQLITE_MISUSE] return from sqlite3_step(). But after
2995 ** automatically in this circumstance rather than returning [SQLITE_MISUSE].
2999 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
H A Dsqlite3.c939 #define SQLITE_MISUSE 21 /* Library used incorrectly */ macro
1589 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
2891 ** If an interface fails with SQLITE_MISUSE, that means the interface
3258 ** then the call will return [SQLITE_MISUSE]. If any sqlite3_bind_()
3489 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3519 ** [SQLITE_MISUSE] means that the this routine was called inappropriately.
3530 ** result in an [SQLITE_MISUSE] return from sqlite3_step(). But after
3532 ** automatically in this circumstance rather than returning [SQLITE_MISUSE].
3536 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
8781 #define SQLITE_MAGIC_ERROR 0xb5357930 /* An SQLITE_MISUSE erro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c1672 return SQLITE_MISUSE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c1675 return SQLITE_MISUSE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c1672 return SQLITE_MISUSE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c1675 return SQLITE_MISUSE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c1672 return SQLITE_MISUSE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c1675 return SQLITE_MISUSE;

Completed in 997 milliseconds