Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:map_handle

1701     map_handle;
1711 map_handle=INVALID_HANDLE_VALUE;
1737 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length,
1739 if (map_handle)
1741 map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset,
1743 CloseHandle(map_handle);