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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp99 case SQLITE_ACCESS_EXISTS:
H A DSQLiteFileSystemPosix.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/chromium_org/third_party/sqlite/src/src/
H A Dtest_demovfs.c506 assert( flags==SQLITE_ACCESS_EXISTS /* access(zPath, F_OK) */
H A Dtest_multiplex.c413 SQLITE_ACCESS_EXISTS, &exists);
682 SQLITE_ACCESS_EXISTS, &exists);
H A Dtest_onefile.c722 if( flags!=SQLITE_ACCESS_EXISTS ){
H A Dpager.c2406 rc = sqlite3OsAccess(pVfs, zJournal, SQLITE_ACCESS_EXISTS, &exists);
2628 rc = sqlite3OsAccess(pVfs, zMaster, SQLITE_ACCESS_EXISTS, &res);
3130 pPager->pVfs, pPager->zWal, SQLITE_ACCESS_EXISTS, &isWal
4589 rc = sqlite3OsAccess(pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &exists);
4764 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);
6809 pPager->pVfs, pPager->zWal, SQLITE_ACCESS_EXISTS, &logexists
H A Dos_win.c2339 /* For an SQLITE_ACCESS_EXISTS query, treat a zero-length file
2342 if( flags==SQLITE_ACCESS_EXISTS
2369 case SQLITE_ACCESS_EXISTS:
H A Dsqlite.h.in866 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
956 ** With SQLITE_ACCESS_EXISTS, the xAccess method
970 #define SQLITE_ACCESS_EXISTS 0
H A Dos_os2.c1647 case SQLITE_ACCESS_EXISTS:
1648 /* For an SQLITE_ACCESS_EXISTS query, treat a zero-length file
H A Dtest_vfs.c637 if( flags==SQLITE_ACCESS_EXISTS ) zArg = "SQLITE_ACCESS_EXISTS";
H A Dos_unix.c5200 ** SQLITE_ACCESS_EXISTS: Return 1 if the file exists
5216 case SQLITE_ACCESS_EXISTS:
5230 if( flags==SQLITE_ACCESS_EXISTS && *pResOut ){
H A Dvdbeaux.c1802 rc = sqlite3OsAccess(pVfs, zMaster, SQLITE_ACCESS_EXISTS, &res);
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1195 || flags==SQLITE_ACCESS_EXISTS
1200 if( rc==SQLITE_OK && flags==SQLITE_ACCESS_EXISTS ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h871 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
961 ** With SQLITE_ACCESS_EXISTS, the xAccess method
975 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1414 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1504 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1518 #define SQLITE_ACCESS_EXISTS 0 macro
23659 case SQLITE_ACCESS_EXISTS:
23660 /* For an SQLITE_ACCESS_EXISTS query, treat a zero-length file
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1099 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1189 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1203 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1214 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1304 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1318 #define SQLITE_ACCESS_EXISTS 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1099 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1189 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1203 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1214 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1304 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1318 #define SQLITE_ACCESS_EXISTS 0 macro
[all...]

Completed in 802 milliseconds