Lines Matching refs:SQLITE_IOERR_BLOCKED
988 #define SQLITE_IOERR_BLOCKED (SQLITE_IOERR | (11<<8))
2214 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2223 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2230 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2244 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2253 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2281 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
23438 return SQLITE_IOERR_BLOCKED;
40638 assert( rc!=SQLITE_IOERR_BLOCKED );
57372 assert( p->rc!=SQLITE_IOERR_BLOCKED ); /* This error no longer exists */