Searched refs:UV_FS_O_DSYNC (Results 1 – 4 of 4) sorted by relevance
440 # define UV_FS_O_DSYNC O_DSYNC macro442 # define UV_FS_O_DSYNC 0 macro
688 #define UV_FS_O_DSYNC 0x04000000 /* FILE_FLAG_WRITE_THROUGH */ macro
592 .. c:macro:: UV_FS_O_DSYNC598 `UV_FS_O_DSYNC` is supported on Windows via
567 switch (flags & (UV_FS_O_DSYNC | UV_FS_O_SYNC)) { in fs__open()570 case UV_FS_O_DSYNC: in fs__open()
Completed in 21 milliseconds