Lines Matching defs:SQLITE_LOCKED
453 #define SQLITE_LOCKED 6 /* A table in the database is locked */
534 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
535 #define SQLITE_LOCKED_VTAB (SQLITE_LOCKED | (2<<8))
9215 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
9235 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
9279 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
9345 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
9359 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
9362 ** application receives an SQLITE_LOCKED error, it may call the
9426 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
9439 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, it is almost
9443 ** that belong to the same connection. If there are, SQLITE_LOCKED is
9453 ** SQLITE_LOCKED.)^