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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dsql.c95 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
97 /* While SQLITE_BUSY has a built in timeout,
161 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
164 /* While SQLITE_BUSY has a built in timeout,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dsql.c92 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
94 /* While SQLITE_BUSY has a built in timeout,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dsql.c92 ((result = sqlite3_step(stmt)) == SQLITE_BUSY || result == SQLITE_LOCKED) && counter < 2;
94 /* While SQLITE_BUSY has a built in timeout,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h251 ** SQLITE_BUSY.
359 #define SQLITE_BUSY 5 /* The database file is locked */ macro
1509 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
1515 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1524 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1530 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
1539 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1545 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1553 ** code is promoted from the relatively benign [SQLITE_BUSY] to
1582 ** [SQLITE_BUSY] o
[all...]
H A Dsqlite3.c775 ** SQLITE_BUSY.
883 #define SQLITE_BUSY 5 /* The database file is locked */ macro
2033 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
2039 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2048 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2054 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2063 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2069 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2077 ** code is promoted from the relatively benign [SQLITE_BUSY] to
2106 ** [SQLITE_BUSY] o
[all...]

Completed in 418 milliseconds