Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c22391 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() argument
22393 assert( dirSync==0 || dirSync==1 ); in sqlite3OsDelete()
22394 return pVfs->xDelete(pVfs, zPath, dirSync); in sqlite3OsDelete()
38682 int dirSync /* If true, fsync() directory after deleting file */
38700 if( (dirSync & 1)!=0 ){
47073 static int memdbDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){
193629 static int rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){
193631 return pRealVfs->xDelete(pRealVfs, zPath, dirSync);

Completed in 503 milliseconds