first_segment_id   58 ext/opcache/shared_alloc_shm.c 	int first_segment_id = -1;
first_segment_id   77 ext/opcache/shared_alloc_shm.c 		first_segment_id = shmget(first_segment_key, allocate_size, shmget_flags);
first_segment_id   78 ext/opcache/shared_alloc_shm.c 		if (first_segment_id != -1) {
first_segment_id   84 ext/opcache/shared_alloc_shm.c 	if (first_segment_id == -1) {
first_segment_id  106 ext/opcache/shared_alloc_shm.c 			shared_segments[i].shm_id = first_segment_id;