Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c1254 if( ((j+1)%nSync)==0 ) fdatasync(fd); in do_writer_test()
1260 fdatasync(fd); in do_writer_test()
1270 if( ((j+1)%nSync)==0 ) fdatasync(fd); in do_writer_test()
1277 fdatasync(fd); in do_writer_test()
H A Dlsmtest_io.c140 return fdatasync(pCtx->fd); in doOneCmd()
H A Dlsmtest.h38 # define fdatasync(fd) FlushFileBuffers((HANDLE)_get_osfhandle((fd))) macro
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c46 # define fdatasync(x) fsync(x) macro
184 if( prc==0 ) prc = fdatasync(p->fd); in lsmPosixOsSync()
/sqlite-3.40.0/
H A Dconfigure.ac111 AC_CHECK_FUNCS([fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul uslee…
551 # that use "fdatasync()" function.
553 AC_SEARCH_LIBS(fdatasync, [rt])
H A Dsqlite_cfg.h.in6 /* Define to 1 if you have the `fdatasync' function. */
H A Dconfigure11189 # that use "fdatasync()" function.
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing fdatasync" >&5
11192 $as_echo_n "checking for library containing fdatasync... " >&6; }
/sqlite-3.40.0/autoconf/
H A Dconfigure.ac28 AC_CHECK_FUNCS([fdatasync usleep fullfsync localtime_r gmtime_r])
/sqlite-3.40.0/src/
H A Dos_unix.c3562 #if !defined(fdatasync) && !HAVE_FDATASYNC
3563 # define fdatasync fsync macro
3661 rc = fdatasync(fd); in full_fsync()