HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_busy_timeout (Results 1 - 10 of 10) sorted by null

  /external/sqlite/dist/orig/
sqlite3ext.h 300 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
sqlite3.h 229 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
    [all...]
shell.c     [all...]
sqlite3.c 436 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
102155 #define sqlite3_busy_timeout macro
129478 SQLITE_API int SQLITE_STDCALL sqlite3_busy_timeout(sqlite3 *db, int ms){ function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 300 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
sqlite3.h 229 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
    [all...]
shell.c     [all...]
sqlite3.c 436 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
102173 #define sqlite3_busy_timeout macro
129496 SQLITE_API int SQLITE_STDCALL sqlite3_busy_timeout(sqlite3 *db, int ms){ function
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 148 err = sqlite3_busy_timeout(db, BUSY_TIMEOUT_MS);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 899 sqlite3_busy_timeout((sqlite3 * ) h->sqlite, ms);
908 sqlite3_busy_timeout((sqlite3 * ) h->sqlite, ms);
    [all...]

Completed in 357 milliseconds