Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_IOERR_BLOCKED

445 #define SQLITE_IOERR_BLOCKED           (SQLITE_IOERR | (11<<8))
1730 ** ^If the busy callback is NULL, then [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED]
1739 ** access the database and [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED] is returned.
1746 ** or [SQLITE_IOERR_BLOCKED] instead of invoking the busy handler.
1760 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1769 ** the more severe [SQLITE_IOERR_BLOCKED]. ^This error code promotion
1797 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].