Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.c1711 protection_mode; in NTMapMemory() local
1729 protection_mode=0; in NTMapMemory()
1734 protection_mode=PAGE_READWRITE; in NTMapMemory()
1738 protection_mode=PAGE_WRITECOPY; in NTMapMemory()
1745 protection_mode=PAGE_READONLY; in NTMapMemory()
1751 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()