Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:protection

2999     protection;
3019 protection=PROT_READ;
3025 protection=PROT_WRITE;
3031 protection=PROT_READ | PROT_WRITE;
3037 map=mmap((char *) NULL,length,protection,flags,file,offset);
3039 map=mmap((char *) NULL,length,protection,flags | MAP_HUGETLB,file,offset);
3041 map=mmap((char *) NULL,length,protection,flags,file,offset);