Searched refs:view (Results 1 – 4 of 4) sorted by relevance
714 void* view; in fs__read_filemap() local752 view = MapViewOfFile(fd_info->mapping, in fs__read_filemap()757 if (view == NULL) { in fs__read_filemap()780 UnmapViewOfFile(view); in fs__read_filemap()788 if (!UnmapViewOfFile(view)) { in fs__read_filemap()895 void* view; in fs__write_filemap() local960 if (view == NULL) { in fs__write_filemap()979 UnmapViewOfFile(view); in fs__write_filemap()987 if (!FlushViewOfFile(view, 0)) { in fs__write_filemap()989 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 14 milliseconds