Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c10102 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete()
17146 static int vfstraceDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vfstraceDelete()
H A Dsqlite3.c26769 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete()
38717 static int kvvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in kvvfsDelete()
45380 int dirSync /* If true, fsync() directory after deleting file */ in unixDelete()