Home
last modified time | relevance | path

Searched defs:fdatasync (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
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
/sqlite-3.40.0/src/
H A Dos_unix.c3563 # define fdatasync fsync macro