Searched refs:UV_FS_O_FILEMAP (Results 1 – 7 of 7) sorted by relevance
499 #define UV_FS_O_FILEMAP 0 macro
677 #define UV_FS_O_FILEMAP 0x20000000 macro
225 to build libuv), files opened using ``UV_FS_O_FILEMAP`` may cause a fatal238 to build libuv), files opened using ``UV_FS_O_FILEMAP`` may cause a fatal602 .. c:macro:: UV_FS_O_FILEMAP608 `UV_FS_O_FILEMAP` is only supported on Windows.
1057 fs_file_sync(UV_FS_O_FILEMAP); in TEST_IMPL()1093 fs_file_write_null_buffer(UV_FS_O_FILEMAP); in TEST_IMPL()3025 fs_file_open_append(UV_FS_O_FILEMAP); in TEST_IMPL()3152 fs_read_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()3218 fs_read_file_eof(UV_FS_O_FILEMAP); in TEST_IMPL()3312 fs_write_multiple_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()3419 fs_write_alotof_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()3535 fs_write_alotof_bufs_with_offset(UV_FS_O_FILEMAP); in TEST_IMPL()4044 fs_file_pos_write(UV_FS_O_FILEMAP); in TEST_IMPL()4084 fs_file_pos_append(UV_FS_O_FILEMAP); in TEST_IMPL()
422 fs_open_flags(UV_FS_O_FILEMAP); in TEST_IMPL()
456 if (flags & UV_FS_O_FILEMAP) { in fs__open()648 if (flags & UV_FS_O_FILEMAP) { in fs__open()
1270 * win: add UV_FS_O_FILEMAP (João Reis)