Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c288 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro
290 # define UNIXFILE_DIRSYNC 0x00 macro
3765 if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){ in unixSync()
3777 pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC; in unixSync()
6309 if( isNewJrnl ) ctrlFlags |= UNIXFILE_DIRSYNC; in unixOpen()