Searched refs:SQLITE_IOERR_BLOCKED (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-sqlite.c136 (ret == SQLITE_IOERR_BLOCKED) ||
174 (ret == SQLITE_IOERR_BLOCKED) ||
232 (ret == SQLITE_IOERR_BLOCKED) ||
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h446 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
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.
1800 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
1814 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1823 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
1851 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
H A Dsqlite3.c999 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
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.
2353 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2367 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2376 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2404 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
25249 ** asserts that SQLITE_IOERR_BLOCKED is never returned. For these reasons
25254 return SQLITE_IOERR_BLOCKED;
[all...]

Completed in 412 milliseconds