OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_LOCKED
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/lua/sqlite/
sqlite.c
372
{ "LOCKED",
SQLITE_LOCKED
},
/src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-sqlite.c
139
(ret ==
SQLITE_LOCKED
))) {
279
(ret ==
SQLITE_LOCKED
))) {
363
(ret ==
SQLITE_LOCKED
))) {
/src/external/public-domain/sqlite/dist/
sqlite3.h
456
#define
SQLITE_LOCKED
6 /* A table in the database is locked */
542
#define SQLITE_LOCKED_SHAREDCACHE (
SQLITE_LOCKED
| (1<<8))
543
#define SQLITE_LOCKED_VTAB (
SQLITE_LOCKED
| (2<<8))
9623
** [SQLITE_NOMEM], [SQLITE_BUSY], [
SQLITE_LOCKED
], or an
9643
** is called, then [
SQLITE_LOCKED
] is returned immediately. ^Again, in this
9687
** ^A return of [SQLITE_BUSY] or [
SQLITE_LOCKED
] from sqlite3_backup_step()
9763
** an [
SQLITE_LOCKED
] error if the required locks on the shared-cache or
9777
** shared-cache lock and
SQLITE_LOCKED
is returned to the caller, the
9780
** application receives an
SQLITE_LOCKED
error, it may call the
9844
** system in a deadlocked state, then
SQLITE_LOCKED
is returned and n
[
all
...]
sqlite3.c
777
#define
SQLITE_LOCKED
6 /* A table in the database is locked */
863
#define SQLITE_LOCKED_SHAREDCACHE (
SQLITE_LOCKED
| (1<<8))
864
#define SQLITE_LOCKED_VTAB (
SQLITE_LOCKED
| (2<<8))
9944
** [SQLITE_NOMEM], [SQLITE_BUSY], [
SQLITE_LOCKED
], or an
9964
** is called, then [
SQLITE_LOCKED
] is returned immediately. ^Again, in this
10008
** ^A return of [SQLITE_BUSY] or [
SQLITE_LOCKED
] from sqlite3_backup_step()
10084
** an [
SQLITE_LOCKED
] error if the required locks on the shared-cache or
10098
** shared-cache lock and
SQLITE_LOCKED
is returned to the caller, the
10101
** application receives an
SQLITE_LOCKED
error, it may call the
10165
** system in a deadlocked state, then
SQLITE_LOCKED
is returned and n
[
all
...]
shell.c
18464
case
SQLITE_LOCKED
: zVal = "
SQLITE_LOCKED
"; break;
[
all
...]
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
3719
}else if( rc==SQLITE_BUSY || rc==
SQLITE_LOCKED
){
Completed in 130 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026