shared_segment_name 42 ext/opcache/shared_alloc_posix.c char shared_segment_name[sizeof("/ZendAccelerator.") + 20]; shared_segment_name 53 ext/opcache/shared_alloc_posix.c sprintf(shared_segment_name, "/ZendAccelerator.%d", getpid()); shared_segment_name 54 ext/opcache/shared_alloc_posix.c shared_segment->shm_fd = shm_open(shared_segment_name, O_RDWR|O_CREAT|O_TRUNC, 0600); shared_segment_name 62 ext/opcache/shared_alloc_posix.c shm_unlink(shared_segment_name); shared_segment_name 69 ext/opcache/shared_alloc_posix.c shm_unlink(shared_segment_name); shared_segment_name 72 ext/opcache/shared_alloc_posix.c shm_unlink(shared_segment_name);