Lines Matching defs:SQLITE_BUSY

332 ** [SQLITE_BUSY]. ^If sqlite3_close_v2() is called with unfinalized prepared
452 #define SQLITE_BUSY 5 /* The database file is locked */
536 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
537 #define SQLITE_BUSY_SNAPSHOT (SQLITE_BUSY | (2<<8))
538 #define SQLITE_BUSY_TIMEOUT (SQLITE_BUSY | (3<<8))
2230 ** [SQLITE_BUSY].)^</dd>
2800 ** CAPI3REF: Register A Callback To Handle SQLITE_BUSY Errors
2812 ** ^If the busy callback is NULL, then [SQLITE_BUSY]
2821 ** access the database and [SQLITE_BUSY] is returned
2828 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
2838 ** SQLite returns [SQLITE_BUSY] for the first process, hoping that this
2869 ** [SQLITE_BUSY].
4940 ** ^In the legacy interface, the return value will be either [SQLITE_BUSY],
4945 ** ^[SQLITE_BUSY] means that the database engine was unable to acquire the
4993 ** error other than [SQLITE_BUSY] and [SQLITE_MISUSE]. You must call
5340 ** might return SQLITE_BUSY if locking constraints prevent the
6585 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
8057 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
8067 ** will always return SQLITE_BUSY. In most cases the SQLite core only uses
9215 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
9231 ** [SQLITE_BUSY] is returned to the caller. ^In this case the call to
9279 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
9683 ** lock cannot be obtained and SQLITE_BUSY is returned. ^Even if there is a
9695 ** without blocking any further. ^SQLITE_BUSY is returned in this case.
9701 ** an SQLITE_BUSY error is encountered when processing one or more of the
9703 ** attached databases and SQLITE_BUSY is returned at the end. ^If any other
9706 ** (SQLITE_BUSY or otherwise) is encountered while processing the attached
10348 ** function returns SQLITE_BUSY.
10589 ** database snapshot) if SQLITE_ERROR, SQLITE_BUSY or SQLITE_ERROR_SNAPSHOT
10768 ** The sqlite3_deserialize() interface will fail with SQLITE_BUSY if the