Searched refs:SQLITE_SCHEMA (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.c74 case SQLITE_SCHEMA: z = "database schema has changed"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dutils.c74 case SQLITE_SCHEMA: z = "database schema has changed"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dutils.c74 case SQLITE_SCHEMA: z = "database schema has changed"; break;
/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.c543 * certain errors, e.g. SQLITE_SCHEMA occurs if the schema changes,
553 NULL)) == SQLITE_SCHEMA) {
564 if ((ret = sqlite3_step(pStmt)) == SQLITE_SCHEMA) {
580 if ((ret = sqlite3_finalize(pStmt)) == SQLITE_SCHEMA) {
/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.c494 * certain errors, e.g. SQLITE_SCHEMA occurs if the schema changes,
504 NULL)) == SQLITE_SCHEMA) {
515 if ((ret = sqlite3_step(pStmt)) == SQLITE_SCHEMA) {
531 if ((ret = sqlite3_finalize(pStmt)) == SQLITE_SCHEMA) {
/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.c543 * certain errors, e.g. SQLITE_SCHEMA occurs if the schema changes,
553 NULL)) == SQLITE_SCHEMA) {
564 if ((ret = sqlite3_step(pStmt)) == SQLITE_SCHEMA) {
580 if ((ret = sqlite3_finalize(pStmt)) == SQLITE_SCHEMA) {
/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.c494 * certain errors, e.g. SQLITE_SCHEMA occurs if the schema changes,
504 NULL)) == SQLITE_SCHEMA) {
515 if ((ret = sqlite3_step(pStmt)) == SQLITE_SCHEMA) {
531 if ((ret = sqlite3_finalize(pStmt)) == SQLITE_SCHEMA) {
/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.c543 * certain errors, e.g. SQLITE_SCHEMA occurs if the schema changes,
553 NULL)) == SQLITE_SCHEMA) {
564 if ((ret = sqlite3_step(pStmt)) == SQLITE_SCHEMA) {
580 if ((ret = sqlite3_finalize(pStmt)) == SQLITE_SCHEMA) {
/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.c494 * certain errors, e.g. SQLITE_SCHEMA occurs if the schema changes,
504 NULL)) == SQLITE_SCHEMA) {
515 if ((ret = sqlite3_step(pStmt)) == SQLITE_SCHEMA) {
531 if ((ret = sqlite3_finalize(pStmt)) == SQLITE_SCHEMA) {
/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.h390 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2325 ** If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
2329 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior,
2330 ** [SQLITE_SCHEMA] is now a fatal error. Calling
2333 ** of the parsing error that results in an [SQLITE_SCHEMA] return. {END}
3032 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h390 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2325 ** If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
2329 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior,
2330 ** [SQLITE_SCHEMA] is now a fatal error. Calling
2333 ** of the parsing error that results in an [SQLITE_SCHEMA] return. {END}
3032 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h390 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2325 ** If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
2329 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior,
2330 ** [SQLITE_SCHEMA] is now a fatal error. Calling
2333 ** of the parsing error that results in an [SQLITE_SCHEMA] return. {END}
3032 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h398 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2538 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
2542 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior, [SQLITE_SCHEMA] is
2545 ** of the parsing error that results in an [SQLITE_SCHEMA] return.
2977 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
H A Dsqlite3.c935 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3075 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3079 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior, [SQLITE_SCHEMA] is
3082 ** of the parsing error that results in an [SQLITE_SCHEMA] return.
3514 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h398 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2538 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
2542 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior, [SQLITE_SCHEMA] is
2545 ** of the parsing error that results in an [SQLITE_SCHEMA] return.
2977 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
H A Dsqlite3.c935 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3075 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3079 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior, [SQLITE_SCHEMA] is
3082 ** of the parsing error that results in an [SQLITE_SCHEMA] return.
3514 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h398 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2538 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
2542 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior, [SQLITE_SCHEMA] is
2545 ** of the parsing error that results in an [SQLITE_SCHEMA] return.
2977 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
H A Dsqlite3.c935 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3075 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3079 ** return [SQLITE_SCHEMA]. But unlike the legacy behavior, [SQLITE_SCHEMA] is
3082 ** of the parsing error that results in an [SQLITE_SCHEMA] return.
3514 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
[all...]

Completed in 1315 milliseconds