Searched refs:view (Results 1 – 4 of 4) sorted by relevance
727 void* view; in fs__read_filemap() local765 view = MapViewOfFile(fd_info->mapping, in fs__read_filemap()770 if (view == NULL) { in fs__read_filemap()793 UnmapViewOfFile(view); in fs__read_filemap()801 if (!UnmapViewOfFile(view)) { in fs__read_filemap()908 void* view; in fs__write_filemap() local973 if (view == NULL) { in fs__write_filemap()992 UnmapViewOfFile(view); in fs__write_filemap()1000 if (!FlushViewOfFile(view, 0)) { in fs__write_filemap()1002 UnmapViewOfFile(view); in fs__write_filemap()[all …]
120 echo.To view the help file:
547 …le <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/get-osfhandle?view=vs-2019>`_.556 …e <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/open-osfhandle?view=vs-2019>`_.
397 a readable pipe (from the point of view of the child). Everything is
Completed in 15 milliseconds