Searched defs:dirSync (Results 1 – 17 of 17) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_devsym.c | 262 static int devsymDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in devsymDelete()
|
| H A D | test_demovfs.c | 456 static int demoDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in demoDelete()
|
| H A D | os.c | 233 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete()
|
| H A D | test_journal.c | 733 static int jtDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in jtDelete()
|
| H A D | os_kv.c | 849 static int kvvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in kvvfsDelete()
|
| H A D | test_onefile.c | 686 static int fsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in fsDelete()
|
| H A D | test_vfstrace.c | 657 static int vfstraceDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vfstraceDelete()
|
| H A D | test6.c | 665 static int cfDelete(sqlite3_vfs *pCfVfs, const char *zPath, int dirSync){ in cfDelete()
|
| H A D | test_osinst.c | 512 static int vfslogDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vfslogDelete()
|
| H A D | test_vfs.c | 702 static int tvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in tvfsDelete()
|
| H A D | os_unix.c | 6365 int dirSync /* If true, fsync() directory after deleting file */ in unixDelete()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | memvfs.c | 350 static int memDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in memDelete()
|
| H A D | appendvfs.c | 574 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete()
|
| H A D | cksumvfs.c | 723 static int cksmDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in cksmDelete()
|
| H A D | vfslog.c | 643 static int vlogDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vlogDelete()
|
| H A D | vfsstat.c | 473 static int vstatDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vstatDelete()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 5122 static int rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in rbuVfsDelete()
|