Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39169 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro
39171 # define UNIXFILE_DIRSYNC 0x00 macro
42626 if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){ in unixSync()
42638 pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC; in unixSync()
45323 if( isNewJrnl ) ctrlFlags |= UNIXFILE_DIRSYNC; in unixOpen()