shared_segments_to_p  109 ext/opcache/zend_shared_alloc.c 	void *shared_segments_to_p = ((char *)to + count*(sizeof(void *)));
shared_segments_to_p  114 ext/opcache/zend_shared_alloc.c 		shared_segments_v[i] = 	shared_segments_to_p;
shared_segments_to_p  115 ext/opcache/zend_shared_alloc.c 		memcpy(shared_segments_to_p, shared_segments_from_p, size);
shared_segments_to_p  116 ext/opcache/zend_shared_alloc.c 		shared_segments_to_p = ((char *)shared_segments_to_p + size);