Lines Matching refs:SQLITE_BUSY

278 ** SQLITE_BUSY.
387 #define SQLITE_BUSY 5 /* The database file is locked */
459 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
1535 ** [SQLITE_BUSY].)^</dd>
1778 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
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.
1799 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
1808 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
1814 ** ^The [SQLITE_BUSY] error is converted to [SQLITE_IOERR_BLOCKED]
1822 ** code is promoted from the relatively benign [SQLITE_BUSY] to
1851 ** [SQLITE_BUSY] or [SQLITE_IOERR_BLOCKED].
3283 ** ^In the legacy interface, the return value will be either [SQLITE_BUSY],
3288 ** ^[SQLITE_BUSY] means that the database engine was unable to acquire the
3335 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
4327 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
5351 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5363 ** will always return SQLITE_BUSY. The SQLite core only ever uses
6146 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6162 ** [SQLITE_BUSY] is returned to the caller. ^In this case the call to
6210 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6551 ** lock cannot be obtained and SQLITE_BUSY is returned. Even if there is a
6563 ** without blocking any further. SQLITE_BUSY is returned in this case.
6568 ** an SQLITE_BUSY error is encountered when processing one or more of the
6570 ** attached databases and SQLITE_BUSY is returned to the caller. If any other
6573 ** (SQLITE_BUSY or otherwise) is encountered while processing the attached