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

  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 54 return sqlite3_open_v2(fileName.utf8().data(), database, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, "chromium_vfs");
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 355 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
sqlite3.h 168 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
235 ** [sqlite3_open_v2()], and not previously closed.
392 ** 3rd parameter to the [sqlite3_open_v2()] interface and
667 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 122 err = sqlite3_open_v2(path8, &handle, sqliteFlags, NULL);
124 LOGE("sqlite3_open_v2(\"%s\", &handle, %d, NULL) failed\n", path8, sqliteFlags);
  /external/sqlite/dist/
sqlite3.h 221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
286 ** [sqlite3_open_v2()], and not previously closed.
466 ** 3rd parameter to the [sqlite3_open_v2()] interface and
470 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
471 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
472 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
483 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
484 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
485 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
486 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
    [all...]
sqlite3.h.orig 221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
286 ** [sqlite3_open_v2()], and not previously closed.
463 ** 3rd parameter to the [sqlite3_open_v2()] interface and
467 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
468 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
469 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
480 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
481 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
482 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
483 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
    [all...]
sqlite3.c 768 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
833 ** [sqlite3_open_v2()], and not previously closed.
84801 #define sqlite3_open_v2 macro
    [all...]
sqlite3.c.orig 764 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
829 ** [sqlite3_open_v2()], and not previously closed.
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1156 int rc = sqlite3_open_v2(filename.result, (sqlite3 **) &h->sqlite,
1179 if (sqlite3_open_v2(filename.result, (sqlite3 **) &h->sqlite,
    [all...]

Completed in 5037 milliseconds