UNIXFILE_DIRSYNC 27463 third_party/sqlite/amalgamation/sqlite3.c   if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){
UNIXFILE_DIRSYNC 27474 third_party/sqlite/amalgamation/sqlite3.c     pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC;
UNIXFILE_DIRSYNC 28659 third_party/sqlite/amalgamation/sqlite3.c     pNew->ctrlFlags |= UNIXFILE_DIRSYNC;
UNIXFILE_DIRSYNC 3322 third_party/sqlite/src/src/os_unix.c   if( pFile->ctrlFlags & UNIXFILE_DIRSYNC ){
UNIXFILE_DIRSYNC 3333 third_party/sqlite/src/src/os_unix.c     pFile->ctrlFlags &= ~UNIXFILE_DIRSYNC;
UNIXFILE_DIRSYNC 4518 third_party/sqlite/src/src/os_unix.c     pNew->ctrlFlags |= UNIXFILE_DIRSYNC;