Home | History | Annotate | Download | only in dist

Lines Matching refs:HAVE_FULLFSYNC

25887 ** Define HAVE_FULLFSYNC to 0 or 1 depending on whether or not
25892 # define HAVE_FULLFSYNC 1
25894 # define HAVE_FULLFSYNC 0
25933 #elif HAVE_FULLFSYNC
25954 #elif HAVE_FULLFSYNC
25982 #endif /* ifdef SQLITE_NO_SYNC elif HAVE_FULLFSYNC */
26032 OSTRACE(("DIRSYNC %-3d (have_fullfsync=%d fullsync=%d)\n", pFile->dirfd,
26033 HAVE_FULLFSYNC, isFullsync));
26039 if( (!HAVE_FULLFSYNC || !isFullsync) && full_fsync(pFile->dirfd,0,0) ){