HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_LOCKED (Results 1 - 7 of 7) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Constants.java 23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 320 #define SQLITE_LOCKED 6 /* A table in the database is locked */
386 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8) )
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 388 #define SQLITE_LOCKED 6 /* A table in the database is locked */
458 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 388 #define SQLITE_LOCKED 6 /* A table in the database is locked */
458 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
    [all...]
sqlite3.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 640 milliseconds