Home
last modified time | relevance | path

Searched defs:dirSync (Results 1 – 17 of 17) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_devsym.c262 static int devsymDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in devsymDelete()
H A Dtest_demovfs.c456 static int demoDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in demoDelete()
H A Dos.c233 int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete()
H A Dtest_journal.c733 static int jtDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in jtDelete()
H A Dos_kv.c849 static int kvvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in kvvfsDelete()
H A Dtest_onefile.c686 static int fsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in fsDelete()
H A Dtest_vfstrace.c657 static int vfstraceDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vfstraceDelete()
H A Dtest6.c665 static int cfDelete(sqlite3_vfs *pCfVfs, const char *zPath, int dirSync){ in cfDelete()
H A Dtest_osinst.c512 static int vfslogDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vfslogDelete()
H A Dtest_vfs.c702 static int tvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in tvfsDelete()
H A Dos_unix.c6365 int dirSync /* If true, fsync() directory after deleting file */ in unixDelete()
/sqlite-3.40.0/ext/misc/
H A Dmemvfs.c350 static int memDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in memDelete()
H A Dappendvfs.c574 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete()
H A Dcksumvfs.c723 static int cksmDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in cksmDelete()
H A Dvfslog.c643 static int vlogDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vlogDelete()
H A Dvfsstat.c473 static int vstatDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vstatDelete()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c5122 static int rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in rbuVfsDelete()