Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40524 # define UNIXFILE_DIRSYNC 0x08 /* Directory sync needed */ macro
40526 # define UNIXFILE_DIRSYNC 0x00 macro
44138 if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){ in unixSync()
44150 pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC; in unixSync()
46974 if( isNewJrnl ) ctrlFlags |= UNIXFILE_DIRSYNC; in unixOpen()