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

/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c135 ((ret == SQLITE_BUSY) ||
173 while(((ret == SQLITE_BUSY) ||
231 while(((ret == SQLITE_BUSY) ||
/freebsd-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c110 if (ret == SQLITE_BUSY) {
170 } while (ret == SQLITE_ROW || ret == SQLITE_BUSY);
345 if (ret != SQLITE_BUSY)
844 /* finalize all prepared statements, or we'll get SQLITE_BUSY on close */
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c130 : ((x) == SQLITE_BUSY \
1193 if (rc1 == SQLITE_BUSY || rc1 == SQLITE_LOCKED)
1196 while (rc1 == SQLITE_OK || rc1 == SQLITE_BUSY || rc1 == SQLITE_LOCKED);
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h278 ** will leave the database connection open and return [SQLITE_BUSY].
406 #define SQLITE_BUSY 5 /* The database file is locked */ macro
482 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
1734 ** [SQLITE_BUSY].)^</dd>
1977 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
1983 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1992 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1998 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2007 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2013 ** ^The [SQLITE_BUSY] erro
[all...]
H A Dshell.c2215 || rc==SQLITE_BUSY ){
2216 if( rc==SQLITE_BUSY ){
2224 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){
H A Dsqlite3.c849 ** will leave the database connection open and return [SQLITE_BUSY].
977 #define SQLITE_BUSY 5 /* The database file is locked */ macro
1053 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
2305 ** [SQLITE_BUSY].)^</dd>
2548 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
2554 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2563 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2569 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2578 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2584 ** ^The [SQLITE_BUSY] erro
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h278 ** SQLITE_BUSY.
387 #define SQLITE_BUSY 5 /* The database file is locked */ macro
459 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
1535 ** [SQLITE_BUSY].)^</dd>
1778 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
1784 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1793 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1799 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
1808 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1814 ** ^The [SQLITE_BUSY] erro
[all...]
H A Dsqlite3.c831 ** SQLITE_BUSY.
940 #define SQLITE_BUSY 5 /* The database file is locked */ macro
1012 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
2088 ** [SQLITE_BUSY].)^</dd>
2331 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
2337 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2346 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2352 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2361 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2367 ** ^The [SQLITE_BUSY] erro
[all...]

Completed in 803 milliseconds