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

  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp 173 sqlite3_busy_timeout(m_db, ms);
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 178 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
sqlite3.h 115 ** [sqlite3_busy_timeout] to name but three) that are methods on this
503 ** Note that calling [sqlite3_busy_timeout()] will also set or clear
525 int sqlite3_busy_timeout(sqlite3*, int ms);
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 130 err = sqlite3_busy_timeout(handle, 1000 /* ms */);
132 LOGE("sqlite3_busy_timeout(handle, 1000) failed for \"%s\"\n", path8);
  /external/sqlite/dist/
sqlite3.h.orig 197 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
    [all...]
sqlite3.h 197 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
    [all...]
sqlite3.c 721 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
76203 #define sqlite3_busy_timeout macro
96363 SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
    [all...]
sqlite3.c.orig 721 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
    [all...]
  /libcore/sqlite-jdbc/src/main/native/
sqlite_jni.c 858 sqlite3_busy_timeout((sqlite3 * ) h->sqlite, ms);
867 sqlite3_busy_timeout((sqlite3 * ) h->sqlite, ms);
    [all...]

Completed in 156 milliseconds