Home
last modified time | relevance | path

Searched refs:hMapFile (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_win32.c186 HANDLE hMapFile; in _tiffMapProc() local
195 hMapFile = CreateFileMapping(fd, NULL, PAGE_READONLY, 0, 0, NULL); in _tiffMapProc()
196 if (hMapFile == NULL) in _tiffMapProc()
198 *pbase = MapViewOfFile(hMapFile, FILE_MAP_READ, 0, 0, 0); in _tiffMapProc()
199 CloseHandle(hMapFile); in _tiffMapProc()

Completed in 2 milliseconds