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

/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c136 (ret == SQLITE_IOERR_BLOCKED) ||
174 (ret == SQLITE_IOERR_BLOCKED) ||
232 (ret == SQLITE_IOERR_BLOCKED) ||
/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h473 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
H A Dsqlite3.c733 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
[all...]

Completed in 931 milliseconds