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

/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dhdb-sqlite.c135 ((ret == SQLITE_BUSY) ||
173 while(((ret == SQLITE_BUSY) ||
231 while(((ret == SQLITE_BUSY) ||
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp75 case SQLITE_BUSY:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp75 case SQLITE_BUSY:
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.c336 return SQLITE_BUSY == rc || SQLITE_LOCKED == rc;
474 if (rc == SQLITE_LOCKED || rc == SQLITE_BUSY) {
481 if (rc == SQLITE_LOCKED || rc == SQLITE_BUSY) {
/macosx-10.10.1/apr-32/apr-util/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 */
/macosx-10.10.1/Heimdal-398.1.2/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...]
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c420 if (s3e == SQLITE_LOCKED || s3e == SQLITE_BUSY) {
422 while (s3e == SQLITE_LOCKED || s3e == SQLITE_BUSY) {
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c420 if (s3e == SQLITE_LOCKED || s3e == SQLITE_BUSY) {
422 while (s3e == SQLITE_LOCKED || s3e == SQLITE_BUSY) {

Completed in 348 milliseconds