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

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp99 case SQLITE_ACCESS_EXISTS:
H A DSQLiteFileSystemChromiumPosix.cpp124 case SQLITE_ACCESS_EXISTS:
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java85 public static final int SQLITE_ACCESS_EXISTS = 0; field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h715 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
770 ** With SQLITE_ACCESS_EXISTS, the xAccess method
777 #define SQLITE_ACCESS_EXISTS 0 macro
/external/sqlite/dist/orig/
H A Dsqlite3.h980 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1070 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1084 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1530 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1620 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1634 #define SQLITE_ACCESS_EXISTS 0 macro
24528 case SQLITE_ACCESS_EXISTS:
24529 /* For an SQLITE_ACCESS_EXISTS query, treat a zero-length file
[all...]
/external/sqlite/dist/
H A Dsqlite3.h980 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1070 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1084 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1530 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1620 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1634 #define SQLITE_ACCESS_EXISTS 0 macro
24528 case SQLITE_ACCESS_EXISTS:
24529 /* For an SQLITE_ACCESS_EXISTS query, treat a zero-length file
[all...]

Completed in 373 milliseconds