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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h387 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
455 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
5941 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
5961 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6005 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6069 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6083 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6086 ** application receives an SQLITE_LOCKED error, it may call the
6150 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6163 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dsqlite3.c930 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
998 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6484 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6504 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6548 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6612 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6626 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6629 ** application receives an SQLITE_LOCKED error, it may call the
6693 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
6706 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h405 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
474 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6797 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6817 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6861 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6926 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6940 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6943 ** application receives an SQLITE_LOCKED error, it may call the
7007 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7020 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dsqlite3.c520 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
589 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6912 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6932 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6976 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7041 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7055 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7058 ** application receives an SQLITE_LOCKED error, it may call the
7122 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7135 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
/external/sqlite/dist/
H A Dsqlite3.h405 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
474 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6797 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6817 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6861 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
6926 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
6940 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
6943 ** application receives an SQLITE_LOCKED error, it may call the
7007 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7020 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dsqlite3.c520 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
589 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
6912 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6932 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6976 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7041 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7055 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7058 ** application receives an SQLITE_LOCKED error, it may call the
7122 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7135 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 390 milliseconds