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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c139 (ret == SQLITE_LOCKED))) {
177 (ret == SQLITE_LOCKED))) {
235 (ret == SQLITE_LOCKED))) {
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c359 { "LOCKED", SQLITE_LOCKED },
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
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))
6338 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6358 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6402 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6467 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6481 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6484 ** application receives an SQLITE_LOCKED error, it may call the
6548 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6561 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dsqlite3.c938 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
1008 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6888 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6908 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6952 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7017 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7031 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7034 ** application receives an SQLITE_LOCKED error, it may call the
7098 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7111 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]

Completed in 473 milliseconds