memfile            38 ext/opcache/shared_alloc_win32.c static HANDLE memfile = NULL, memory_mutex = NULL;
memfile           201 ext/opcache/shared_alloc_win32.c 	mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, wanted_mapping_base);
memfile           240 ext/opcache/shared_alloc_win32.c 		memfile = OpenFileMapping(FILE_MAP_WRITE, 0, create_name_with_username(ACCEL_FILEMAP_NAME));
memfile           242 ext/opcache/shared_alloc_win32.c 		if (memfile == NULL) {
memfile           250 ext/opcache/shared_alloc_win32.c 			CloseHandle(memfile);
memfile           251 ext/opcache/shared_alloc_win32.c 			memfile = NULL;
memfile           283 ext/opcache/shared_alloc_win32.c 	memfile	= CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, requested_size,
memfile           286 ext/opcache/shared_alloc_win32.c 	if (memfile == NULL) {
memfile           335 ext/opcache/shared_alloc_win32.c 		shared_segment->p = mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, *wanted_mapping_base);
memfile           376 ext/opcache/shared_alloc_win32.c 	CloseHandle(memfile);