shared_segments_count 36 ext/opcache/shared_alloc_mmap.c static int create_segments(size_t requested_size, zend_shared_segment ***shared_segments_p, int *shared_segments_count, char **error_in) shared_segments_count 40 ext/opcache/shared_alloc_mmap.c *shared_segments_count = 1; shared_segments_count 39 ext/opcache/shared_alloc_posix.c static int create_segments(size_t requested_size, zend_shared_segment_posix ***shared_segments_p, int *shared_segments_count, char **error_in) shared_segments_count 44 ext/opcache/shared_alloc_posix.c *shared_segments_count = 1; shared_segments_count 54 ext/opcache/shared_alloc_shm.c static int create_segments(size_t requested_size, zend_shared_segment_shm ***shared_segments_p, int *shared_segments_count, char **error_in) shared_segments_count 89 ext/opcache/shared_alloc_shm.c *shared_segments_count = ((requested_size - 1) / seg_allocate_size) + 1; shared_segments_count 90 ext/opcache/shared_alloc_shm.c *shared_segments_p = (zend_shared_segment_shm **) calloc(1, (*shared_segments_count) * sizeof(zend_shared_segment_shm) + sizeof(void *) * (*shared_segments_count)); shared_segments_count 95 ext/opcache/shared_alloc_shm.c shared_segments = (zend_shared_segment_shm *)((char *)(*shared_segments_p) + sizeof(void *) * (*shared_segments_count)); shared_segments_count 96 ext/opcache/shared_alloc_shm.c for (i = 0; i < *shared_segments_count; i++) { shared_segments_count 101 ext/opcache/shared_alloc_shm.c for (i = 0; i < *shared_segments_count; i++) { shared_segments_count 216 ext/opcache/shared_alloc_win32.c static int create_segments(size_t requested_size, zend_shared_segment ***shared_segments_p, int *shared_segments_count, char **error_in) shared_segments_count 272 ext/opcache/shared_alloc_win32.c *shared_segments_count = 1; shared_segments_count 122 ext/opcache/zend_shared_alloc.c static int zend_shared_alloc_try(const zend_shared_memory_handler_entry *he, size_t requested_size, zend_shared_segment ***shared_segments_p, int *shared_segments_count, char **error_in) shared_segments_count 128 ext/opcache/zend_shared_alloc.c ZSMMG(shared_segments_count) = 0; shared_segments_count 130 ext/opcache/zend_shared_alloc.c res = S_H(create_segments)(requested_size, shared_segments_p, shared_segments_count, error_in); shared_segments_count 139 ext/opcache/zend_shared_alloc.c for (i = 0; i < *shared_segments_count; i++) { shared_segments_count 179 ext/opcache/zend_shared_alloc.c res = zend_shared_alloc_try(he, requested_size, &ZSMMG(shared_segments), &ZSMMG(shared_segments_count), &error_in); shared_segments_count 196 ext/opcache/zend_shared_alloc.c res = zend_shared_alloc_try(he, requested_size, &ZSMMG(shared_segments), &ZSMMG(shared_segments_count), &error_in); shared_segments_count 213 ext/opcache/zend_shared_alloc.c shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); shared_segments_count 223 ext/opcache/zend_shared_alloc.c tmp_shared_segments = zend_shared_alloc(shared_segments_array_size + ZSMMG(shared_segments_count) * sizeof(void *)); shared_segments_count 229 ext/opcache/zend_shared_alloc.c copy_shared_segments(tmp_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)()); shared_segments_count 237 ext/opcache/zend_shared_alloc.c ZSMMG(shared_memory_state).positions = (int *)zend_shared_alloc(sizeof(int) * ZSMMG(shared_segments_count)); shared_segments_count 257 ext/opcache/zend_shared_alloc.c shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(void *)); shared_segments_count 259 ext/opcache/zend_shared_alloc.c copy_shared_segments(tmp_shared_segments, ZSMMG(shared_segments)[0], ZSMMG(shared_segments_count), S_H(segment_type_size)()); shared_segments_count 262 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 278 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 312 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 456 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 466 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 490 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 101 ext/opcache/zend_shared_alloc.h int shared_segments_count;