Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_LOCKED

388 #define SQLITE_LOCKED       6   /* A table in the database is locked */
458 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6387 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6407 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6451 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6516 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6530 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6533 ** application receives an SQLITE_LOCKED error, it may call the
6597 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6610 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, it is almost
6614 ** that belong to the same connection. If there are, SQLITE_LOCKED is
6624 ** SQLITE_LOCKED.)^