Searched refs:SQLITE_ACCESS_READWRITE (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp102 case SQLITE_ACCESS_READWRITE:
H A DSQLiteFileSystemChromiumPosix.cpp127 case SQLITE_ACCESS_READWRITE:
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java86 public static final int SQLITE_ACCESS_READWRITE = 1; field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h716 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
772 ** With SQLITE_ACCESS_READWRITE, the xAccess method
778 #define SQLITE_ACCESS_READWRITE 1 macro
/external/sqlite/dist/orig/
H A Dsqlite3.h981 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1072 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1076 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1085 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1531 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1622 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1626 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1635 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
24537 case SQLITE_ACCESS_READWRITE:
[all...]
/external/sqlite/dist/
H A Dsqlite3.h981 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1072 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1076 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1085 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1531 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1622 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1626 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1635 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
24537 case SQLITE_ACCESS_READWRITE:
[all...]

Completed in 408 milliseconds