OpenFileMapping   605 TSRM/tsrm_win32.c 	shm_handle  = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_segment);
OpenFileMapping   606 TSRM/tsrm_win32.c 	info_handle = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, shm_info);
OpenFileMapping   221 ext/opcache/shared_alloc_win32.c 		memfile = OpenFileMapping(FILE_MAP_WRITE, 0, create_name_with_username(ACCEL_FILEMAP_NAME));