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

/freebsd-10.2-release/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.2-release/contrib/sqlite3/
H A Dsqlite3.h467 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
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.
1999 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2013 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2022 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2050 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
H A Dsqlite3.c1038 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
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.
2570 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2584 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2593 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2621 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
23859 ** asserts that SQLITE_IOERR_BLOCKED is never returned. For these reasons
23864 return SQLITE_IOERR_BLOCKED;
[all...]
/freebsd-10.2-release/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...]

Completed in 691 milliseconds