Searched refs:UV_FS_O_FILEMAP (Results 1 – 7 of 7) sorted by relevance
503 #define UV_FS_O_FILEMAP 0 macro
683 #define UV_FS_O_FILEMAP 0x20000000 macro
247 to build libuv), files opened using ``UV_FS_O_FILEMAP`` may cause a fatal261 to build libuv), files opened using ``UV_FS_O_FILEMAP`` may cause a fatal621 .. c:macro:: UV_FS_O_FILEMAP627 `UV_FS_O_FILEMAP` is only supported on Windows.
1065 fs_file_sync(UV_FS_O_FILEMAP); in TEST_IMPL()1146 fs_file_write_null_buffer(UV_FS_O_FILEMAP); in TEST_IMPL()3153 fs_file_open_append(UV_FS_O_FILEMAP); in TEST_IMPL()3280 fs_read_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()3347 fs_read_file_eof(UV_FS_O_FILEMAP); in TEST_IMPL()3442 fs_write_multiple_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()3550 fs_write_alotof_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()3666 fs_write_alotof_bufs_with_offset(UV_FS_O_FILEMAP); in TEST_IMPL()4173 fs_file_pos_write(UV_FS_O_FILEMAP); in TEST_IMPL()4213 fs_file_pos_append(UV_FS_O_FILEMAP); in TEST_IMPL()
422 fs_open_flags(UV_FS_O_FILEMAP); in TEST_IMPL()
412 if (flags & UV_FS_O_FILEMAP) { in fs__open()604 if (flags & UV_FS_O_FILEMAP) { in fs__open()
2073 * win: add UV_FS_O_FILEMAP (João Reis)
Completed in 47 milliseconds