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

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c372 { "LOCKED", SQLITE_LOCKED },
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c139 (ret == SQLITE_LOCKED))) {
279 (ret == SQLITE_LOCKED))) {
363 (ret == SQLITE_LOCKED))) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h451 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
532 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
533 #define SQLITE_LOCKED_VTAB (SQLITE_LOCKED | (2<<8))
9190 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
9210 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
9254 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
9320 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
9334 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
9337 ** application receives an SQLITE_LOCKED error, it may call the
9401 ** system in a deadlocked state, then SQLITE_LOCKED i
[all...]
H A Dsqlite3.c764 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
845 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
846 #define SQLITE_LOCKED_VTAB (SQLITE_LOCKED | (2<<8))
9503 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
9523 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
9567 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
9633 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
9647 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
9650 ** application receives an SQLITE_LOCKED error, it may call the
9714 ** system in a deadlocked state, then SQLITE_LOCKED i
[all...]
H A Dshell.c26696 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d119 SQLITE_LOCKED = 6, /** A table in the database is locked */
176 SQLITE_LOCKED_SHAREDCACHE = (SQLITE_LOCKED | (1 << 8)),
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3216 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){

Completed in 634 milliseconds