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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemPosix.cpp102 // syncDir - determines if the directory to which this file belongs
104 int chromiumDelete(sqlite3_vfs*, const char* fileName, int syncDir) argument
106 return blink::Platform::current()->databaseDeleteFile(String(fileName), syncDir);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_devsym.c62 static int devsymDelete(sqlite3_vfs*, const char *zName, int syncDir);
H A Dtest_multiplex.c387 int syncDir
416 rc2 = pOrigVfs->xDelete(pOrigVfs, gMultiplex.zName, syncDir);
H A Dtest_journal.c154 static int jtDelete(sqlite3_vfs*, const char *zName, int syncDir);
H A Dtest_onefile.c164 static int fsDelete(sqlite3_vfs*, const char *zName, int syncDir);
H A Dos_unix.c4477 int syncDir, /* True to sync directory on first sync */
4517 if( syncDir ){
4973 int syncDir = (isCreate && ( local
5020 assert(isDelete && !syncDir);
5131 rc = fillInUnixFile(pVfs, fd, syncDir, pFile, zPath, noLock,
5149 rc = fillInUnixFile(pVfs, fd, syncDir, pFile, zPath, noLock,
4474 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
H A Dos_win.c2270 int syncDir /* Not used on win32 */
2277 UNUSED_PARAMETER(syncDir);
H A Dsqlite.h.in920 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
H A Dtest_osinst.c160 static int vfslogDelete(sqlite3_vfs*, const char *zName, int syncDir);
H A Dtest_vfstrace.c68 static int vfstraceDelete(sqlite3_vfs*, const char *zName, int syncDir);
H A Dos_os2.c1609 int syncDir /* Not used on os2 */
H A Dtest_vfs.c174 static int tvfsDelete(sqlite3_vfs*, const char *zName, int syncDir);
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h184 virtual int databaseDeleteFile(const WebString& vfsFileName, bool syncDir) { return 0; } argument
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c439 ** iOffset -> Contains the "syncDir" flag.
1173 static int asyncDelete(sqlite3_vfs *pAsyncVfs, const char *z, int syncDir){ argument
1175 return addNewAsyncWrite(0, ASYNC_DELETE, syncDir, (int)strlen(z)+1, z);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h925 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
H A Dsqlite3.c1468 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
23621 int syncDir /* Not used on os2 */
28615 fillInUnixFile( sqlite3_vfs *pVfs, int h, int syncDir, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete, int isReadOnly ) argument
29114 int syncDir = (isCreate && ( local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1153 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
H A Dsqlite3.c1268 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
29912 int syncDir = (isCreate && ( local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1153 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
H A Dsqlite3.c1268 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
29932 int syncDir = (isCreate && ( local
[all...]

Completed in 725 milliseconds