mmap_base_file    130 ext/opcache/shared_alloc_win32.c 	char *mmap_base_file = get_mmap_base_file();
mmap_base_file    131 ext/opcache/shared_alloc_win32.c 	FILE *fp = fopen(mmap_base_file, "r");
mmap_base_file    136 ext/opcache/shared_alloc_win32.c 		zend_win_error_message(ACCEL_LOG_WARNING, mmap_base_file, err);
mmap_base_file    308 ext/opcache/shared_alloc_win32.c 		char *mmap_base_file = get_mmap_base_file();
mmap_base_file    309 ext/opcache/shared_alloc_win32.c 		FILE *fp = fopen(mmap_base_file, "w");
mmap_base_file    313 ext/opcache/shared_alloc_win32.c 			zend_win_error_message(ACCEL_LOG_WARNING, mmap_base_file, err);