memfile            35 ext/opcache/shared_alloc_win32.c static HANDLE memfile = NULL, memory_mutex = NULL;
memfile           164 ext/opcache/shared_alloc_win32.c 			mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, pre_size + ZEND_ALIGNED_SIZE(sizeof(zend_accel_shared_globals)), NULL);
memfile           183 ext/opcache/shared_alloc_win32.c 	mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, wanted_mapping_base);
memfile           221 ext/opcache/shared_alloc_win32.c 		memfile = OpenFileMapping(FILE_MAP_WRITE, 0, create_name_with_username(ACCEL_FILEMAP_NAME));
memfile           223 ext/opcache/shared_alloc_win32.c 		if (memfile == NULL) {
memfile           231 ext/opcache/shared_alloc_win32.c 			CloseHandle(memfile);
memfile           232 ext/opcache/shared_alloc_win32.c 			memfile = NULL;
memfile           264 ext/opcache/shared_alloc_win32.c 	memfile	= CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, requested_size,
memfile           267 ext/opcache/shared_alloc_win32.c 	if (memfile == NULL) {
memfile           294 ext/opcache/shared_alloc_win32.c 		shared_segment->p = mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, *wanted_mapping_base);
memfile           336 ext/opcache/shared_alloc_win32.c 	CloseHandle(memfile);
memfile           337 ext/opcache/shared_alloc_win32.c 	memfile = NULL;