Searched refs:UV_FS_O_DSYNC (Results 1 – 4 of 4) sorted by relevance
437 # define UV_FS_O_DSYNC O_DSYNC macro439 # define UV_FS_O_DSYNC 0 macro
696 #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
554 switch (flags & (UV_FS_O_DSYNC | UV_FS_O_SYNC)) { in fs__open()557 case UV_FS_O_DSYNC: in fs__open()
Completed in 17 milliseconds