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 198 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 253 ext/opcache/shared_alloc_win32.c *shared_segments_count = 1; shared_segments_count 121 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 127 ext/opcache/zend_shared_alloc.c ZSMMG(shared_segments_count) = 0; shared_segments_count 129 ext/opcache/zend_shared_alloc.c res = S_H(create_segments)(requested_size, shared_segments_p, shared_segments_count, error_in); shared_segments_count 138 ext/opcache/zend_shared_alloc.c for (i = 0; i < *shared_segments_count; i++) { shared_segments_count 177 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 199 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 221 ext/opcache/zend_shared_alloc.c shared_segments_array_size = ZSMMG(shared_segments_count) * S_H(segment_type_size)(); shared_segments_count 231 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 237 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 245 ext/opcache/zend_shared_alloc.c ZSMMG(shared_memory_state).positions = (int *)zend_shared_alloc(sizeof(int) * ZSMMG(shared_segments_count)); shared_segments_count 265 ext/opcache/zend_shared_alloc.c shared_segments_array_size = ZSMMG(shared_segments_count) * (S_H(segment_type_size)() + sizeof(void *)); shared_segments_count 267 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 270 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 286 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 319 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 471 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 481 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 509 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 523 ext/opcache/zend_shared_alloc.c for (i = 0; i < ZSMMG(shared_segments_count); i++) { shared_segments_count 102 ext/opcache/zend_shared_alloc.h int shared_segments_count;