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

/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c137 (ret == SQLITE_LOCKED))) {
175 (ret == SQLITE_LOCKED))) {
233 (ret == SQLITE_LOCKED))) {
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1497 if (rc1 == SQLITE_BUSY || rc1 == SQLITE_LOCKED)
1500 while (rc1 == SQLITE_OK || rc1 == SQLITE_BUSY || rc1 == SQLITE_LOCKED);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h428 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
508 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
509 #define SQLITE_LOCKED_VTAB (SQLITE_LOCKED | (2<<8))
8632 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
8652 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
8696 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
8762 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
8776 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
8779 ** application receives an SQLITE_LOCKED error, it may call the
8843 ** system in a deadlocked state, then SQLITE_LOCKED i
[all...]
H A Dsqlite3.c1491 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
1571 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
1572 #define SQLITE_LOCKED_VTAB (SQLITE_LOCKED | (2<<8))
9695 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
9715 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
9759 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
9825 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
9839 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
9842 ** application receives an SQLITE_LOCKED error, it may call the
9906 ** system in a deadlocked state, then SQLITE_LOCKED i
[all...]
H A Dshell.c19265 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3156 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){

Completed in 1165 milliseconds