Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c16664 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() argument
16666 assert( dirSync==0 || dirSync==1 ); in sqlite3OsDelete()
16667 return pVfs->xDelete(pVfs, zPath, dirSync); in sqlite3OsDelete()
31375 int dirSync /* If true, fsync() directory after deleting file */
31393 if( (dirSync & 1)!=0 ){

Completed in 316 milliseconds