Searched refs:dirSync (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 16774 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() argument 16776 assert( dirSync==0 || dirSync==1 ); in sqlite3OsDelete() 16777 return pVfs->xDelete(pVfs, zPath, dirSync); in sqlite3OsDelete() 31890 int dirSync /* If true, fsync() directory after deleting file */ 31908 if( (dirSync & 1)!=0 ){ 160734 static int rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ 160736 return pRealVfs->xDelete(pRealVfs, zPath, dirSync);
|
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 14477 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() argument 14478 return pVfs->xDelete(pVfs, zPath, dirSync); in sqlite3OsDelete() 29740 int dirSync /* If true, fsync() directory after deleting file */ 29749 if( dirSync ){
|