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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c138 (ret == SQLITE_IOERR_BLOCKED) ||
176 (ret == SQLITE_IOERR_BLOCKED) ||
234 (ret == SQLITE_IOERR_BLOCKED) ||
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h446 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
1823 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1832 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1839 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
1853 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1862 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
1890 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
H A Dsqlite3.c996 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8)) macro
2373 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2382 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2389 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2403 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2412 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2440 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
25634 ** asserts that SQLITE_IOERR_BLOCKED is never returned. For these reasons
25639 return SQLITE_IOERR_BLOCKED;
[all...]

Completed in 457 milliseconds