Searched refs:SQLITE_ERROR (Results 1 - 15 of 15) 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.c61 case SQLITE_ERROR: z = "SQL logic error or missing database"; break;
114 pParse->rc = SQLITE_ERROR;
H A Dtokenize.c444 pParse->rc = SQLITE_ERROR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dutils.c61 case SQLITE_ERROR: z = "SQL logic error or missing database"; break;
114 pParse->rc = SQLITE_ERROR;
H A Dtokenize.c444 pParse->rc = SQLITE_ERROR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dutils.c61 case SQLITE_ERROR: z = "SQL logic error or missing database"; break;
114 pParse->rc = SQLITE_ERROR;
H A Dtokenize.c444 pParse->rc = SQLITE_ERROR;
/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.h374 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1695 ** [SQLITE_ERROR] error code and an appropriate error message.
1703 ** with an [SQLITE_ERROR] error code and an error message
2341 ** [SQLITE_ERROR] result code and you would have to make a second call to
3005 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3028 ** [SQLITE_ERROR] means that a run-time error (such as a constraint
3040 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3047 ** [SQLITE_ERROR], following any error other than [SQLITE_BUSY]
3083 ** [SQLITE_ERROR], [SQLITE_BUSY], or [SQLITE_MISUSE].
3440 ** will result in an SQLITE_ERROR erro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h374 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1695 ** [SQLITE_ERROR] error code and an appropriate error message.
1703 ** with an [SQLITE_ERROR] error code and an error message
2341 ** [SQLITE_ERROR] result code and you would have to make a second call to
3005 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3028 ** [SQLITE_ERROR] means that a run-time error (such as a constraint
3040 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3047 ** [SQLITE_ERROR], following any error other than [SQLITE_BUSY]
3083 ** [SQLITE_ERROR], [SQLITE_BUSY], or [SQLITE_MISUSE].
3440 ** will result in an SQLITE_ERROR erro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h374 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1695 ** [SQLITE_ERROR] error code and an appropriate error message.
1703 ** with an [SQLITE_ERROR] error code and an error message
2341 ** [SQLITE_ERROR] result code and you would have to make a second call to
3005 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3028 ** [SQLITE_ERROR] means that a run-time error (such as a constraint
3040 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
3047 ** [SQLITE_ERROR], following any error other than [SQLITE_BUSY]
3083 ** [SQLITE_ERROR], [SQLITE_BUSY], or [SQLITE_MISUSE].
3440 ** will result in an SQLITE_ERROR erro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c919 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1731 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1745 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1761 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1860 ** return [SQLITE_ERROR].</dd>
1873 ** return [SQLITE_ERROR].</dd>
3088 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3489 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3510 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3522 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h382 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1194 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1208 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1224 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1323 ** return [SQLITE_ERROR].</dd>
1336 ** return [SQLITE_ERROR].</dd>
2551 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2952 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2973 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
2985 ** previously returned [SQLITE_ERROR] o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c919 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1731 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1745 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1761 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1860 ** return [SQLITE_ERROR].</dd>
1873 ** return [SQLITE_ERROR].</dd>
3088 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3489 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3510 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3522 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h382 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1194 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1208 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1224 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1323 ** return [SQLITE_ERROR].</dd>
1336 ** return [SQLITE_ERROR].</dd>
2551 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2952 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2973 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
2985 ** previously returned [SQLITE_ERROR] o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c919 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1731 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1745 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1761 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1860 ** return [SQLITE_ERROR].</dd>
1873 ** return [SQLITE_ERROR].</dd>
3088 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3489 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3510 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3522 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h382 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1194 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1208 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1224 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1323 ** return [SQLITE_ERROR].</dd>
1336 ** return [SQLITE_ERROR].</dd>
2551 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2952 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2973 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
2985 ** previously returned [SQLITE_ERROR] o
[all...]

Completed in 582 milliseconds