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.h509 #define UV_FS_O_SEQUENTIAL 0 macro
H A Dwin.h679 #define UV_FS_O_SEQUENTIAL _O_SEQUENTIAL macro
/libuv/docs/src/
H A Dfs.rst676 .. c:macro:: UV_FS_O_SEQUENTIAL
682 `UV_FS_O_SEQUENTIAL` is only supported on Windows via
/libuv/src/win/
H A Dfs.c523 switch (flags & (UV_FS_O_SEQUENTIAL | UV_FS_O_RANDOM)) { in fs__open()
526 case UV_FS_O_SEQUENTIAL: in fs__open()

Completed in 20 milliseconds