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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dsql.c94 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
96 /* While SQLITE_BUSY has a built in timeout,
153 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
155 /* While SQLITE_BUSY has a built in timeout,
219 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
222 /* While SQLITE_BUSY has a built in timeout,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dsql.c94 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
96 /* While SQLITE_BUSY has a built in timeout,
153 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
155 /* While SQLITE_BUSY has a built in timeout,
219 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
222 /* While SQLITE_BUSY has a built in timeout,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dsql.c94 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
96 /* While SQLITE_BUSY has a built in timeout,
153 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
155 /* While SQLITE_BUSY has a built in timeout,
219 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
222 /* While SQLITE_BUSY has a built in timeout,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dsql.c103 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
105 /* While SQLITE_BUSY has a built in timeout,
169 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
172 /* While SQLITE_BUSY has a built in timeout,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dsql.c103 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
105 /* While SQLITE_BUSY has a built in timeout,
169 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
172 /* While SQLITE_BUSY has a built in timeout,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dsql.c103 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
105 /* While SQLITE_BUSY has a built in timeout,
169 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
172 /* While SQLITE_BUSY has a built in timeout,
/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.c64 case SQLITE_BUSY: z = "database is locked"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dutils.c64 case SQLITE_BUSY: z = "database is locked"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dutils.c64 case SQLITE_BUSY: z = "database is locked"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h278 ** SQLITE_BUSY.
386 #define SQLITE_BUSY 5 /* The database file is locked */ macro
456 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
1641 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
1647 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1656 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1662 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
1671 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1677 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1685 ** code is promoted from the relatively benign [SQLITE_BUSY] t
[all...]
H A Dsqlite3.c815 ** SQLITE_BUSY.
923 #define SQLITE_BUSY 5 /* The database file is locked */ macro
993 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
2178 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
2184 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2193 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2199 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2208 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2214 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2222 ** code is promoted from the relatively benign [SQLITE_BUSY] t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h278 ** SQLITE_BUSY.
386 #define SQLITE_BUSY 5 /* The database file is locked */ macro
456 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
1641 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
1647 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1656 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1662 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
1671 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1677 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1685 ** code is promoted from the relatively benign [SQLITE_BUSY] t
[all...]
H A Dsqlite3.c815 ** SQLITE_BUSY.
923 #define SQLITE_BUSY 5 /* The database file is locked */ macro
993 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
2178 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
2184 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2193 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2199 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2208 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2214 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2222 ** code is promoted from the relatively benign [SQLITE_BUSY] t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h278 ** SQLITE_BUSY.
386 #define SQLITE_BUSY 5 /* The database file is locked */ macro
456 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
1641 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
1647 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1656 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1662 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
1671 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1677 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1685 ** code is promoted from the relatively benign [SQLITE_BUSY] t
[all...]
H A Dsqlite3.c815 ** SQLITE_BUSY.
923 #define SQLITE_BUSY 5 /* The database file is locked */ macro
993 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
2178 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
2184 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2193 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2199 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2208 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2214 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2222 ** code is promoted from the relatively benign [SQLITE_BUSY] t
[all...]
/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.h238 ** returns [SQLITE_BUSY] and leaves the connection open.
378 #define SQLITE_BUSY 5 /* The database file is locked */ macro
1092 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors {F12310}
1097 ** If the busy callback is NULL, then [SQLITE_BUSY]
1107 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1114 ** a deadlock, it will go ahead and return [SQLITE_BUSY] or
1124 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1130 ** The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1138 ** code is promoted from the relatively benign [SQLITE_BUSY] to
1165 ** [SQLITE_BUSY]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h238 ** returns [SQLITE_BUSY] and leaves the connection open.
378 #define SQLITE_BUSY 5 /* The database file is locked */ macro
1092 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors {F12310}
1097 ** If the busy callback is NULL, then [SQLITE_BUSY]
1107 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1114 ** a deadlock, it will go ahead and return [SQLITE_BUSY] or
1124 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1130 ** The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1138 ** code is promoted from the relatively benign [SQLITE_BUSY] to
1165 ** [SQLITE_BUSY]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h238 ** returns [SQLITE_BUSY] and leaves the connection open.
378 #define SQLITE_BUSY 5 /* The database file is locked */ macro
1092 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors {F12310}
1097 ** If the busy callback is NULL, then [SQLITE_BUSY]
1107 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1114 ** a deadlock, it will go ahead and return [SQLITE_BUSY] or
1124 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1130 ** The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1138 ** code is promoted from the relatively benign [SQLITE_BUSY] to
1165 ** [SQLITE_BUSY]
[all...]

Completed in 800 milliseconds