Home
last modified time | relevance | path

Searched refs:UV_FS_O_DSYNC (Results 1 – 4 of 4) sorted by relevance

/libuv/include/uv/
H A Dunix.h437 # define UV_FS_O_DSYNC O_DSYNC macro
439 # define UV_FS_O_DSYNC 0 macro
H A Dwin.h696 #define UV_FS_O_DSYNC 0x04000000 /* FILE_FLAG_WRITE_THROUGH */ macro
/libuv/docs/src/
H A Dfs.rst592 .. c:macro:: UV_FS_O_DSYNC
598 `UV_FS_O_DSYNC` is supported on Windows via
/libuv/src/win/
H A Dfs.c554 switch (flags & (UV_FS_O_DSYNC | UV_FS_O_SYNC)) { in fs__open()
557 case UV_FS_O_DSYNC: in fs__open()

Completed in 29 milliseconds