Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_LOCKED

387 #define SQLITE_LOCKED       6   /* A table in the database is locked */
458 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
5830 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
5850 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
5894 SQLITE_LOCKED] from sqlite3_backup_step()
5958 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
5972 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
5975 ** application receives an SQLITE_LOCKED error, it may call the
6039 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6052 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, it is almost
6056 ** that belong to the same connection. If there are, SQLITE_LOCKED is
6066 ** SQLITE_LOCKED.)^