Searched refs:SQLITE_LOCKED (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c137 (ret == SQLITE_LOCKED))) {
175 (ret == SQLITE_LOCKED))) {
233 (ret == SQLITE_LOCKED))) {
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h407 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
481 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6614 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6634 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6678 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6743 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6757 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6760 ** application receives an SQLITE_LOCKED error, it may call the
6824 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6837 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dshell.c2224 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){
H A Dsqlite3.c978 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
1052 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
7185 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
7205 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
7249 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7314 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7328 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7331 ** application receives an SQLITE_LOCKED error, it may call the
7395 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7408 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1234 if (rc1 == SQLITE_BUSY || rc1 == SQLITE_LOCKED)
1237 while (rc1 == SQLITE_OK || rc1 == SQLITE_BUSY || rc1 == SQLITE_LOCKED);
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h388 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
458 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6146 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6166 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6210 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6275 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6289 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6292 ** application receives an SQLITE_LOCKED error, it may call the
6356 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6369 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dsqlite3.c941 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
1011 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6699 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6719 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6763 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6828 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6842 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6845 ** application receives an SQLITE_LOCKED error, it may call the
6909 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6922 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]

Completed in 651 milliseconds