Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_IOERR_BLOCKED

988 #define SQLITE_IOERR_BLOCKED           (SQLITE_IOERR | (11<<8))
2273 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
2282 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
2289 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
2303 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
2312 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
2340 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
24789 ** asserts that SQLITE_IOERR_BLOCKED is never returned. For these reasons
24794 return SQLITE_IOERR_BLOCKED;
42326 assert( rc!=SQLITE_IOERR_BLOCKED );
59227 assert( p->rc!=SQLITE_IOERR_BLOCKED ); /* This error no longer exists */