Searched refs:SQLITE_LOCKED (Results 1 - 10 of 10) 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/sqlite/dist/orig/
H A Dsqlite3.h425 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
497 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
7446 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
7466 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
7510 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7576 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7590 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7593 ** application receives an SQLITE_LOCKED error, it may call the
7657 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7670 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dshell.c5493 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){
H A Dsqlite3.c702 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
774 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
7723 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
7743 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
7787 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7853 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7867 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7870 ** application receives an SQLITE_LOCKED error, it may call the
7934 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7947 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
/external/sqlite/dist/
H A Dsqlite3.h425 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
497 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
7446 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
7466 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
7510 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7576 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7590 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7593 ** application receives an SQLITE_LOCKED error, it may call the
7657 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7670 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
H A Dshell.c5515 }else if( rc==SQLITE_BUSY || rc==SQLITE_LOCKED ){
H A Dsqlite3.c702 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
774 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
7723 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
7743 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
7787 ** ^A return of [SQLITE_BUSY] or [SQLITE_LOCKED] from sqlite3_backup_step()
7853 ** an [SQLITE_LOCKED] error if the required locks on the shared-cache or
7867 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the
7870 ** application receives an SQLITE_LOCKED error, it may call the
7934 ** system in a deadlocked state, then SQLITE_LOCKED is returned and no
7947 ** When a call to [sqlite3_step()] returns SQLITE_LOCKED, i
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4770 case SQLITE_LOCKED:

Completed in 658 milliseconds