Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dunix.h506 #define UV_FS_O_SEQUENTIAL 0 macro
H A Dwin.h687 #define UV_FS_O_SEQUENTIAL _O_SEQUENTIAL macro
/libuv/docs/src/
H A Dfs.rst666 .. c:macro:: UV_FS_O_SEQUENTIAL
672 `UV_FS_O_SEQUENTIAL` is only supported on Windows via
/libuv/src/win/
H A Dfs.c488 switch (flags & (UV_FS_O_SEQUENTIAL | UV_FS_O_RANDOM)) { in fs__open()
491 case UV_FS_O_SEQUENTIAL: in fs__open()

Completed in 20 milliseconds