ZCG                92 ext/opcache/Optimizer/zend_optimizer_internal.h 	ZCG(accel_directives).optimization_level
ZCG                82 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).protect_memory) { \
ZCG                88 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).protect_memory) { \
ZCG               168 ext/opcache/ZendAccelerator.c 		if (ZCG(cwd)) {
ZCG               169 ext/opcache/ZendAccelerator.c 			zend_string_release(ZCG(cwd));
ZCG               171 ext/opcache/ZendAccelerator.c 		ZCG(cwd) = zend_string_init(cwd, strlen(cwd), 0);
ZCG               173 ext/opcache/ZendAccelerator.c 		if (ZCG(cwd)) {
ZCG               174 ext/opcache/ZendAccelerator.c 			zend_string_release(ZCG(cwd));
ZCG               175 ext/opcache/ZendAccelerator.c 			ZCG(cwd) = NULL;
ZCG               178 ext/opcache/ZendAccelerator.c 	ZCG(cwd_key_len) = 0;
ZCG               179 ext/opcache/ZendAccelerator.c 	ZCG(cwd_check) = 1;
ZCG               184 ext/opcache/ZendAccelerator.c 	if (ZCG(cwd)) {
ZCG               185 ext/opcache/ZendAccelerator.c 		return ZCG(cwd);
ZCG               192 ext/opcache/ZendAccelerator.c 		ZCG(cwd) = zend_string_init(cwd, strlen(cwd), 0);
ZCG               193 ext/opcache/ZendAccelerator.c 		ZCG(cwd_key_len) = 0;
ZCG               194 ext/opcache/ZendAccelerator.c 		ZCG(cwd_check) = 1;
ZCG               195 ext/opcache/ZendAccelerator.c 		return ZCG(cwd);
ZCG               201 ext/opcache/ZendAccelerator.c 	if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(accel_directives).max_wasted_percentage) {
ZCG               216 ext/opcache/ZendAccelerator.c 		ZCG(include_path) = new_value;
ZCG               217 ext/opcache/ZendAccelerator.c 		ZCG(include_path_key_len) = 0;
ZCG               218 ext/opcache/ZendAccelerator.c 		ZCG(include_path_check) = 1;
ZCG               295 ext/opcache/ZendAccelerator.c 	if (ZCG(counted)) {
ZCG               297 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 0;
ZCG               392 ext/opcache/ZendAccelerator.c 	if (!ZCG(counted)) {
ZCG               396 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 1;
ZCG               429 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).file_cache_only) {
ZCG               660 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).force_restart_timeout
ZCG               663 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %d (after %d seconds), locked by %d", time(NULL), ZCG(accel_directives).force_restart_timeout, mem_usage_check.l_pid);
ZCG               912 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).revalidate_freq &&
ZCG               913 ext/opcache/ZendAccelerator.c 	    persistent_script->dynamic_members.revalidate >= ZCG(request_time)) {
ZCG               918 ext/opcache/ZendAccelerator.c 		persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).revalidate_freq;
ZCG               933 ext/opcache/ZendAccelerator.c 		ZCG(key_len) = 0;
ZCG               939 ext/opcache/ZendAccelerator.c 		ZCG(key_len) = 0;
ZCG               940 ext/opcache/ZendAccelerator.c     } else if (UNEXPECTED(!ZCG(accel_directives).use_cwd)) {
ZCG               942 ext/opcache/ZendAccelerator.c 		ZCG(key_len) = 0;
ZCG               949 ext/opcache/ZendAccelerator.c 		if (EXPECTED(ZCG(cwd_key_len))) {
ZCG               950 ext/opcache/ZendAccelerator.c 			cwd = ZCG(cwd_key);
ZCG               951 ext/opcache/ZendAccelerator.c 			cwd_len = ZCG(cwd_key_len);
ZCG               963 ext/opcache/ZendAccelerator.c 			if (ZCG(cwd_check)) {
ZCG               964 ext/opcache/ZendAccelerator.c 				ZCG(cwd_check) = 0;
ZCG               965 ext/opcache/ZendAccelerator.c 				if ((ZCG(counted) || ZCSG(accelerator_enabled))) {
ZCG               983 ext/opcache/ZendAccelerator.c 						cwd_len = ZCG(cwd_key_len) = buf + sizeof(buf) - 1 - res;
ZCG               984 ext/opcache/ZendAccelerator.c 						cwd = ZCG(cwd_key);
ZCG               985 ext/opcache/ZendAccelerator.c 						memcpy(ZCG(cwd_key), res, cwd_len + 1);
ZCG               992 ext/opcache/ZendAccelerator.c 		if (EXPECTED(ZCG(include_path_key_len))) {
ZCG               993 ext/opcache/ZendAccelerator.c 			include_path = ZCG(include_path_key);
ZCG               994 ext/opcache/ZendAccelerator.c 			include_path_len = ZCG(include_path_key_len);
ZCG               995 ext/opcache/ZendAccelerator.c 		} else if (!ZCG(include_path) || ZSTR_LEN(ZCG(include_path)) == 0) {
ZCG               999 ext/opcache/ZendAccelerator.c 			include_path = ZSTR_VAL(ZCG(include_path));
ZCG              1000 ext/opcache/ZendAccelerator.c 			include_path_len = ZSTR_LEN(ZCG(include_path));
ZCG              1003 ext/opcache/ZendAccelerator.c 			if (ZCG(include_path_check)) {
ZCG              1004 ext/opcache/ZendAccelerator.c 				ZCG(include_path_check) = 0;
ZCG              1005 ext/opcache/ZendAccelerator.c 				if ((ZCG(counted) || ZCSG(accelerator_enabled))) {
ZCG              1007 ext/opcache/ZendAccelerator.c 					zend_string *str = accel_find_interned_string(ZCG(include_path));
ZCG              1011 ext/opcache/ZendAccelerator.c 						str = accel_new_interned_string(zend_string_copy(ZCG(include_path)));
ZCG              1012 ext/opcache/ZendAccelerator.c 						if (str == ZCG(include_path)) {
ZCG              1022 ext/opcache/ZendAccelerator.c 						include_path_len = ZCG(include_path_key_len) = buf + sizeof(buf) - 1 - res;
ZCG              1023 ext/opcache/ZendAccelerator.c 						include_path = ZCG(include_path_key);
ZCG              1024 ext/opcache/ZendAccelerator.c 						memcpy(ZCG(include_path_key), res, include_path_len + 1);
ZCG              1032 ext/opcache/ZendAccelerator.c 		if (UNEXPECTED((size_t)(cwd_len + path_length + include_path_len + 2) >= sizeof(ZCG(key)))) {
ZCG              1041 ext/opcache/ZendAccelerator.c 		memcpy(ZCG(key), path, path_length);
ZCG              1042 ext/opcache/ZendAccelerator.c 		ZCG(key)[path_length] = ':';
ZCG              1044 ext/opcache/ZendAccelerator.c 		memcpy(ZCG(key) + key_length, cwd, cwd_len);
ZCG              1048 ext/opcache/ZendAccelerator.c 			ZCG(key)[key_length] = ':';
ZCG              1050 ext/opcache/ZendAccelerator.c 			memcpy(ZCG(key) + key_length, include_path, include_path_len);
ZCG              1064 ext/opcache/ZendAccelerator.c 			if (UNEXPECTED((size_t)(key_length + parent_script_len + 1) >= sizeof(ZCG(key)))) {
ZCG              1067 ext/opcache/ZendAccelerator.c 			ZCG(key)[key_length] = ':';
ZCG              1069 ext/opcache/ZendAccelerator.c 			memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len);
ZCG              1072 ext/opcache/ZendAccelerator.c 		ZCG(key)[key_length] = '\0';
ZCG              1073 ext/opcache/ZendAccelerator.c 		*key_len = ZCG(key_len) = key_length;
ZCG              1074 ext/opcache/ZendAccelerator.c 		return ZCG(key);
ZCG              1087 ext/opcache/ZendAccelerator.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock() != SUCCESS) {
ZCG              1098 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).file_cache) {
ZCG              1112 ext/opcache/ZendAccelerator.c 			!ZCG(accel_directives).validate_timestamps ||
ZCG              1181 ext/opcache/ZendAccelerator.c 	ZCG(mem) = zend_arena_alloc(&CG(arena), memory_used + 64);
ZCG              1182 ext/opcache/ZendAccelerator.c 	ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L);
ZCG              1184 ext/opcache/ZendAccelerator.c 	ZCG(mem) = zend_arena_alloc(&CG(arena), memory_used);
ZCG              1198 ext/opcache/ZendAccelerator.c 	if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) {
ZCG              1200 ext/opcache/ZendAccelerator.c 			((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING,
ZCG              1205 ext/opcache/ZendAccelerator.c 			ZCG(mem));
ZCG              1251 ext/opcache/ZendAccelerator.c 			    (!ZCG(accel_directives).validate_timestamps ||
ZCG              1269 ext/opcache/ZendAccelerator.c 	ZCG(mem) = zend_shared_alloc(memory_used + 64);
ZCG              1270 ext/opcache/ZendAccelerator.c 	ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L);
ZCG              1272 ext/opcache/ZendAccelerator.c 	ZCG(mem) = zend_shared_alloc(memory_used);
ZCG              1274 ext/opcache/ZendAccelerator.c 	if (!ZCG(mem)) {
ZCG              1292 ext/opcache/ZendAccelerator.c 	if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) {
ZCG              1294 ext/opcache/ZendAccelerator.c 			((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING,
ZCG              1299 ext/opcache/ZendAccelerator.c 			ZCG(mem));
ZCG              1329 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).file_cache) {
ZCG              1382 ext/opcache/ZendAccelerator.c 		if ((mask & n) && !(ZCG(auto_globals_mask) & n)) {
ZCG              1383 ext/opcache/ZendAccelerator.c 			ZCG(auto_globals_mask) |= n;
ZCG              1416 ext/opcache/ZendAccelerator.c         	if (key == ZCG(key)) {
ZCG              1417 ext/opcache/ZendAccelerator.c         		key_length = ZCG(key_len);
ZCG              1438 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).validate_timestamps ||
ZCG              1439 ext/opcache/ZendAccelerator.c 	    ZCG(accel_directives).file_update_protection ||
ZCG              1440 ext/opcache/ZendAccelerator.c 	    ZCG(accel_directives).max_file_size > 0) {
ZCG              1446 ext/opcache/ZendAccelerator.c 		timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL);
ZCG              1457 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).file_update_protection &&
ZCG              1458 ext/opcache/ZendAccelerator.c 		    (ZCG(request_time) - ZCG(accel_directives).file_update_protection < timestamp)) {
ZCG              1463 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size) {
ZCG              1479 ext/opcache/ZendAccelerator.c 	CG(function_table) = &ZCG(function_table);
ZCG              1506 ext/opcache/ZendAccelerator.c 		zend_accel_free_user_functions(&ZCG(function_table));
ZCG              1517 ext/opcache/ZendAccelerator.c 	zend_accel_move_user_functions(&ZCG(function_table), &new_persistent_script->function_table);
ZCG              1530 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).validate_timestamps) {
ZCG              1535 ext/opcache/ZendAccelerator.c 		new_persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).revalidate_freq;
ZCG              1629 ext/opcache/ZendAccelerator.c 	if (!file_handle->filename || !ZCG(enabled) || !accel_startup_ok) {
ZCG              1633 ext/opcache/ZendAccelerator.c 	} else if (ZCG(accel_directives).file_cache_only) {
ZCG              1636 ext/opcache/ZendAccelerator.c 	} else if ((!ZCG(counted) && !ZCSG(accelerator_enabled)) ||
ZCG              1639 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).file_cache) {
ZCG              1649 ext/opcache/ZendAccelerator.c 	if (ZCG(cache_persistent_script) &&
ZCG              1652 ext/opcache/ZendAccelerator.c 	      ZCG(cache_opline) == NULL) ||
ZCG              1656 ext/opcache/ZendAccelerator.c 	      ZCG(cache_opline) == EG(current_execute_data)->opline))) {
ZCG              1658 ext/opcache/ZendAccelerator.c 		persistent_script = ZCG(cache_persistent_script);
ZCG              1659 ext/opcache/ZendAccelerator.c 		if (ZCG(key_len)) {
ZCG              1660 ext/opcache/ZendAccelerator.c 			key = ZCG(key);
ZCG              1661 ext/opcache/ZendAccelerator.c 			key_length = ZCG(key_len);
ZCG              1665 ext/opcache/ZendAccelerator.c 		if (!ZCG(accel_directives).revalidate_path) {
ZCG              1708 ext/opcache/ZendAccelerator.c 	ZCG(cache_opline) = NULL;
ZCG              1709 ext/opcache/ZendAccelerator.c 	ZCG(cache_persistent_script) = NULL;
ZCG              1719 ext/opcache/ZendAccelerator.c 	if (!ZCG(counted)) {
ZCG              1722 ext/opcache/ZendAccelerator.c 			if (ZCG(accel_directives).file_cache) {
ZCG              1728 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 1;
ZCG              1734 ext/opcache/ZendAccelerator.c 	if (persistent_script && ZCG(accel_directives).validate_timestamps) {
ZCG              1753 ext/opcache/ZendAccelerator.c 	if (persistent_script && ZCG(accel_directives).consistency_checks
ZCG              1754 ext/opcache/ZendAccelerator.c 		&& persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) {
ZCG              1779 ext/opcache/ZendAccelerator.c 	if (!persistent_script && ZCG(accel_directives).file_cache) {
ZCG              1862 ext/opcache/ZendAccelerator.c 	persistent_script->dynamic_members.last_used = ZCG(request_time);
ZCG              1877 ext/opcache/ZendAccelerator.c 	if (ZCG(cache_persistent_script)) {
ZCG              1881 ext/opcache/ZendAccelerator.c 		     ZCG(cache_opline) == NULL) ||
ZCG              1885 ext/opcache/ZendAccelerator.c 		     ZCG(cache_opline) == EG(current_execute_data)->opline)) {
ZCG              1890 ext/opcache/ZendAccelerator.c 			handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->full_path);
ZCG              1894 ext/opcache/ZendAccelerator.c 		ZCG(cache_opline) = NULL;
ZCG              1895 ext/opcache/ZendAccelerator.c 		ZCG(cache_persistent_script) = NULL;
ZCG              1903 ext/opcache/ZendAccelerator.c 	if (ZCG(enabled) && accel_startup_ok &&
ZCG              1904 ext/opcache/ZendAccelerator.c 	    (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG              1922 ext/opcache/ZendAccelerator.c 			if (!ZCG(accel_directives).revalidate_path) {
ZCG              1930 ext/opcache/ZendAccelerator.c 							ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL;
ZCG              1931 ext/opcache/ZendAccelerator.c 							ZCG(cache_persistent_script) = persistent_script;
ZCG              1936 ext/opcache/ZendAccelerator.c 					ZCG(cache_opline) = NULL;
ZCG              1937 ext/opcache/ZendAccelerator.c 					ZCG(cache_persistent_script) = NULL;
ZCG              1959 ext/opcache/ZendAccelerator.c 							ZCG(key_len) = 0;
ZCG              1961 ext/opcache/ZendAccelerator.c 						ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL;
ZCG              1962 ext/opcache/ZendAccelerator.c 						ZCG(cache_persistent_script) = persistent_script;
ZCG              1968 ext/opcache/ZendAccelerator.c 			ZCG(cache_opline) = NULL;
ZCG              1969 ext/opcache/ZendAccelerator.c 			ZCG(cache_persistent_script) = NULL;
ZCG              1973 ext/opcache/ZendAccelerator.c 	ZCG(cache_opline) = NULL;
ZCG              1974 ext/opcache/ZendAccelerator.c 	ZCG(cache_persistent_script) = NULL;
ZCG              2006 ext/opcache/ZendAccelerator.c 	if (!ZCG(enabled) || !accel_startup_ok) {
ZCG              2010 ext/opcache/ZendAccelerator.c 	if (!ZCG(function_table).nTableSize) {
ZCG              2011 ext/opcache/ZendAccelerator.c 		zend_hash_init(&ZCG(function_table), zend_hash_num_elements(CG(function_table)), NULL, ZEND_FUNCTION_DTOR, 1);
ZCG              2016 ext/opcache/ZendAccelerator.c 	ZCG(auto_globals_mask) = 0;
ZCG              2017 ext/opcache/ZendAccelerator.c 	ZCG(request_time) = (time_t)sapi_get_request_time();
ZCG              2018 ext/opcache/ZendAccelerator.c 	ZCG(cache_opline) = NULL;
ZCG              2019 ext/opcache/ZendAccelerator.c 	ZCG(cache_persistent_script) = NULL;
ZCG              2020 ext/opcache/ZendAccelerator.c 	ZCG(include_path_key_len) = 0;
ZCG              2021 ext/opcache/ZendAccelerator.c 	ZCG(include_path_check) = 1;
ZCG              2024 ext/opcache/ZendAccelerator.c 	if (ZCG(internal_functions_count) != zend_hash_num_elements(&ZCG(function_table))) {
ZCG              2025 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Internal functions count changed - was %d, now %d", ZCG(internal_functions_count), zend_hash_num_elements(&ZCG(function_table)));
ZCG              2028 ext/opcache/ZendAccelerator.c 	ZCG(cwd) = NULL;
ZCG              2029 ext/opcache/ZendAccelerator.c 	ZCG(cwd_key_len) = 0;
ZCG              2030 ext/opcache/ZendAccelerator.c 	ZCG(cwd_check) = 1;
ZCG              2033 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).file_cache_only) {
ZCG              2040 ext/opcache/ZendAccelerator.c 	if (ZCG(counted)) {
ZCG              2047 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 0;
ZCG              2073 ext/opcache/ZendAccelerator.c 				if (ZCG(accel_directives).interned_strings_buffer) {
ZCG              2080 ext/opcache/ZendAccelerator.c 				if (ZCSG(last_restart_time) < ZCG(request_time)) {
ZCG              2081 ext/opcache/ZendAccelerator.c 					ZCSG(last_restart_time) = ZCG(request_time);
ZCG              2095 ext/opcache/ZendAccelerator.c 	if (ZCSG(last_restart_time) != ZCG(last_restart_time)) {
ZCG              2097 ext/opcache/ZendAccelerator.c 		ZCG(last_restart_time) = ZCSG(last_restart_time);
ZCG              2298 ext/opcache/ZendAccelerator.c 	if (!ZCG(enabled) || !accel_startup_ok) {
ZCG              2304 ext/opcache/ZendAccelerator.c 	ZCG(counted) = 0;
ZCG              2316 ext/opcache/ZendAccelerator.c 	if (ZCG(cwd)) {
ZCG              2317 ext/opcache/ZendAccelerator.c 		zend_string_release(ZCG(cwd));
ZCG              2318 ext/opcache/ZendAccelerator.c 		ZCG(cwd) = NULL;
ZCG              2321 ext/opcache/ZendAccelerator.c 	if (!ZCG(enabled) || !accel_startup_ok) {
ZCG              2326 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).fast_shutdown && is_zend_mm()) {
ZCG              2386 ext/opcache/ZendAccelerator.c 		if (ZCG(accel_directives).enable_cli && (
ZCG              2408 ext/opcache/ZendAccelerator.c 	zend_accel_hash_init(&ZCSG(hash), ZCG(accel_directives).max_accelerated_files);
ZCG              2412 ext/opcache/ZendAccelerator.c 	zend_hash_init(&ZCSG(interned_strings), (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024) / (sizeof(Bucket) + sizeof(Bucket*) + 8 /* average string length */), NULL, NULL, 1);
ZCG              2413 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).interned_strings_buffer) {
ZCG              2418 ext/opcache/ZendAccelerator.c 		ZCSG(interned_strings_start) = zend_shared_alloc((ZCG(accel_directives).interned_strings_buffer * 1024 * 1024));
ZCG              2426 ext/opcache/ZendAccelerator.c 		ZCSG(interned_strings_end)   = ZCSG(interned_strings_start) + (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024);
ZCG              2444 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).interned_strings_buffer) {
ZCG              2493 ext/opcache/ZendAccelerator.c 	char *md5str = ZCG(system_id);
ZCG              2647 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).huge_code_pages &&
ZCG              2659 ext/opcache/ZendAccelerator.c 		if (!ZCG(accel_directives).enable_cli &&
ZCG              2668 ext/opcache/ZendAccelerator.c 	if (ZCG(enabled) == 0) {
ZCG              2676 ext/opcache/ZendAccelerator.c 	if (!ZCG(accel_directives).file_cache_only) {
ZCG              2680 ext/opcache/ZendAccelerator.c 		switch (zend_shared_alloc_startup(ZCG(accel_directives).memory_consumption)) {
ZCG              2725 ext/opcache/ZendAccelerator.c 		ZCG(last_restart_time) = ZCSG(last_restart_time);
ZCG              2736 ext/opcache/ZendAccelerator.c 	} else if (!ZCG(accel_directives).file_cache) {
ZCG              2771 ext/opcache/ZendAccelerator.c 	ZCG(cwd) = NULL;
ZCG              2772 ext/opcache/ZendAccelerator.c 	ZCG(include_path) = NULL;
ZCG              2776 ext/opcache/ZendAccelerator.c 		ZCG(include_path) = ini_entry->value;
ZCG              2788 ext/opcache/ZendAccelerator.c 	if (ZCG(enabled) && accel_startup_ok &&
ZCG              2789 ext/opcache/ZendAccelerator.c 	    ZCG(accel_directives).user_blacklist_filename &&
ZCG              2790 ext/opcache/ZendAccelerator.c 	    *ZCG(accel_directives.user_blacklist_filename)) {
ZCG              2792 ext/opcache/ZendAccelerator.c 		zend_accel_blacklist_load(&accel_blacklist, ZCG(accel_directives.user_blacklist_filename));
ZCG              2814 ext/opcache/ZendAccelerator.c 	if (!ZCG(enabled) || !accel_startup_ok) {
ZCG              2819 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).interned_strings_buffer) {
ZCG              2835 ext/opcache/ZendAccelerator.c 	file_cache_only = ZCG(accel_directives).file_cache_only;
ZCG              2864 ext/opcache/ZendAccelerator.c 	if (ZCG(accel_directives).force_restart_timeout) {
ZCG              2865 ext/opcache/ZendAccelerator.c 		ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
ZCG              2874 ext/opcache/ZendAccelerator.c #define accel_deactivate_now() ZCG(counted) = 1; accel_deactivate_sub()
ZCG              2886 ext/opcache/ZendAccelerator.c 	if (ZCG(counted)) {
ZCG              2901 ext/opcache/ZendAccelerator.c 		ZCG(counted) = 1;
ZCG              2909 ext/opcache/ZendAccelerator.c 	if (!ZCG(counted)) {
ZCG                84 ext/opcache/shared_alloc_win32.c 	snprintf(newname, sizeof(newname) - 1, "%s@%s@%.32s", name, uname, ZCG(system_id));
ZCG                98 ext/opcache/shared_alloc_win32.c 	snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s@%.32s", ACCEL_FILEMAP_BASE, uname, ZCG(system_id));
ZCG               154 ext/opcache/shared_alloc_win32.c 		if (ZCG(accel_directives).file_cache && ZCG(accel_directives).file_cache_fallback) {
ZCG               173 ext/opcache/shared_alloc_win32.c 			ZCG(accel_directives).file_cache_only = 1;
ZCG               277 ext/opcache/shared_alloc_win32.c 	if (!ZCG(accel_directives).mmap_base || !*ZCG(accel_directives).mmap_base) {
ZCG               280 ext/opcache/shared_alloc_win32.c 		char *s = ZCG(accel_directives).mmap_base;
ZCG                38 ext/opcache/zend_accelerator_debug.c 	if (type > ZCG(accel_directives).log_verbosity_level) {
ZCG                46 ext/opcache/zend_accelerator_debug.c 	if (!ZCG(accel_directives).error_log ||
ZCG                47 ext/opcache/zend_accelerator_debug.c 	    !*ZCG(accel_directives).error_log ||
ZCG                48 ext/opcache/zend_accelerator_debug.c 	    strcmp(ZCG(accel_directives).error_log, "stderr") == 0) {
ZCG                52 ext/opcache/zend_accelerator_debug.c 		fLog = fopen(ZCG(accel_directives).error_log, "a+");
ZCG                88 ext/opcache/zend_accelerator_module.c 	if (ZCG(accel_directives).restrict_api && *ZCG(accel_directives).restrict_api) {
ZCG                89 ext/opcache/zend_accelerator_module.c 		int len = strlen(ZCG(accel_directives).restrict_api);
ZCG                93 ext/opcache/zend_accelerator_module.c 		    memcmp(SG(request_info).path_translated, ZCG(accel_directives).restrict_api, len) != 0) {
ZCG               333 ext/opcache/zend_accelerator_module.c 			if (ZCG(accel_directives).validate_timestamps) {
ZCG               396 ext/opcache/zend_accelerator_module.c 	if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).file_override_enabled) {
ZCG               398 ext/opcache/zend_accelerator_module.c 		if (ZCG(accel_directives).file_cache_only) {
ZCG               432 ext/opcache/zend_accelerator_module.c 	if (ZCG(enabled) && accel_startup_ok &&
ZCG               434 ext/opcache/zend_accelerator_module.c 		((ZCG(counted) || ZCSG(accelerator_enabled)) || ZCG(accel_directives).file_cache_only)
ZCG               436 ext/opcache/zend_accelerator_module.c 		(ZCG(counted) || ZCSG(accelerator_enabled))
ZCG               443 ext/opcache/zend_accelerator_module.c 	if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).optimization_level) {
ZCG               449 ext/opcache/zend_accelerator_module.c 	if (!ZCG(accel_directives).file_cache_only) {
ZCG               454 ext/opcache/zend_accelerator_module.c 	if (ZCG(accel_directives).file_cache) {
ZCG               459 ext/opcache/zend_accelerator_module.c 	if (ZCG(accel_directives).file_cache_only) {
ZCG               467 ext/opcache/zend_accelerator_module.c 	if (ZCG(enabled)) {
ZCG               478 ext/opcache/zend_accelerator_module.c 			snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory));
ZCG               540 ext/opcache/zend_accelerator_module.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock() != SUCCESS) {
ZCG               565 ext/opcache/zend_accelerator_module.c 			if (ZCG(accel_directives).validate_timestamps) {
ZCG               602 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_enabled)));
ZCG               605 ext/opcache/zend_accelerator_module.c 	if (ZCG(accel_directives).file_cache) {
ZCG               606 ext/opcache/zend_accelerator_module.c 		add_assoc_string(return_value, "file_cache", ZCG(accel_directives).file_cache);
ZCG               608 ext/opcache/zend_accelerator_module.c 	if (ZCG(accel_directives).file_cache_only) {
ZCG               620 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&memory_usage, "used_memory", ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory));
ZCG               623 ext/opcache/zend_accelerator_module.c 	add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory))/ZCG(accel_directives).memory_consumption)*100.0);
ZCG               687 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.enable",              ZCG(enabled));
ZCG               688 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.enable_cli",          ZCG(accel_directives).enable_cli);
ZCG               689 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.use_cwd",             ZCG(accel_directives).use_cwd);
ZCG               690 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamps);
ZCG               691 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.inherited_hack",      ZCG(accel_directives).inherited_hack);
ZCG               692 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.dups_fix",            ZCG(accel_directives).ignore_dups);
ZCG               693 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives, "opcache.revalidate_path",     ZCG(accel_directives).revalidate_path);
ZCG               695 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives,   "opcache.log_verbosity_level",    ZCG(accel_directives).log_verbosity_level);
ZCG               696 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives,	 "opcache.memory_consumption",     ZCG(accel_directives).memory_consumption);
ZCG               697 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives,	 "opcache.interned_strings_buffer",ZCG(accel_directives).interned_strings_buffer);
ZCG               698 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives, 	 "opcache.max_accelerated_files",  ZCG(accel_directives).max_accelerated_files);
ZCG               699 ext/opcache/zend_accelerator_module.c 	add_assoc_double(&directives, "opcache.max_wasted_percentage",  ZCG(accel_directives).max_wasted_percentage);
ZCG               700 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives, 	 "opcache.consistency_checks",     ZCG(accel_directives).consistency_checks);
ZCG               701 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives, 	 "opcache.force_restart_timeout",  ZCG(accel_directives).force_restart_timeout);
ZCG               702 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives, 	 "opcache.revalidate_freq",        ZCG(accel_directives).revalidate_freq);
ZCG               703 ext/opcache/zend_accelerator_module.c 	add_assoc_string(&directives, "opcache.preferred_memory_model", STRING_NOT_NULL(ZCG(accel_directives).memory_model));
ZCG               704 ext/opcache/zend_accelerator_module.c 	add_assoc_string(&directives, "opcache.blacklist_filename",     STRING_NOT_NULL(ZCG(accel_directives).user_blacklist_filename));
ZCG               705 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives,   "opcache.max_file_size",          ZCG(accel_directives).max_file_size);
ZCG               706 ext/opcache/zend_accelerator_module.c 	add_assoc_string(&directives, "opcache.error_log",              STRING_NOT_NULL(ZCG(accel_directives).error_log));
ZCG               708 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.protect_memory",         ZCG(accel_directives).protect_memory);
ZCG               709 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.save_comments",          ZCG(accel_directives).save_comments);
ZCG               710 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.fast_shutdown",          ZCG(accel_directives).fast_shutdown);
ZCG               711 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.enable_file_override",   ZCG(accel_directives).file_override_enabled);
ZCG               712 ext/opcache/zend_accelerator_module.c 	add_assoc_long(&directives, 	 "opcache.optimization_level",     ZCG(accel_directives).optimization_level);
ZCG               715 ext/opcache/zend_accelerator_module.c 	add_assoc_string(&directives, "opcache.file_cache",                    ZCG(accel_directives).file_cache ? ZCG(accel_directives).file_cache : "");
ZCG               716 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.file_cache_only",               ZCG(accel_directives).file_cache_only);
ZCG               717 ext/opcache/zend_accelerator_module.c 	add_assoc_bool(&directives,   "opcache.file_cache_consistency_checks", ZCG(accel_directives).file_cache_consistency_checks);
ZCG               746 ext/opcache/zend_accelerator_module.c 	if ((!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled))
ZCG               793 ext/opcache/zend_accelerator_module.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {
ZCG               832 ext/opcache/zend_accelerator_module.c 	if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {
ZCG                30 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old), (new))
ZCG                31 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)		zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old))
ZCG                33 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (old))
ZCG                34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)	    zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void*))
ZCG                38 ext/opcache/zend_accelerator_util_funcs.c 	(void*)(((char*)(ptr)) + ((char*)ZCG(arena_mem) - (char*)ZCG(current_persistent_script)->arena_mem))
ZCG               151 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply_with_argument(CG(function_table), (apply_func_arg_t)copy_internal_function, &ZCG(function_table));
ZCG               152 ext/opcache/zend_accelerator_util_funcs.c 	ZCG(internal_functions_count) = zend_hash_num_elements(&ZCG(function_table));
ZCG               318 ext/opcache/zend_accelerator_util_funcs.c 		if ((void*)new_entry->scope >= ZCG(current_persistent_script)->arena_mem &&
ZCG               319 ext/opcache/zend_accelerator_util_funcs.c 		    (void*)new_entry->scope < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_persistent_script)->arena_size)) {
ZCG               376 ext/opcache/zend_accelerator_util_funcs.c 		if ((void*)prop_info->ce >= ZCG(current_persistent_script)->arena_mem &&
ZCG               377 ext/opcache/zend_accelerator_util_funcs.c 		    (void*)prop_info->ce < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_persistent_script)->arena_size)) {
ZCG               628 ext/opcache/zend_accelerator_util_funcs.c 			} else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) {
ZCG               685 ext/opcache/zend_accelerator_util_funcs.c 		zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0);
ZCG               687 ext/opcache/zend_accelerator_util_funcs.c 		ZCG(current_persistent_script) = persistent_script;
ZCG               688 ext/opcache/zend_accelerator_util_funcs.c 		ZCG(arena_mem) = NULL;
ZCG               692 ext/opcache/zend_accelerator_util_funcs.c 			ZCG(arena_mem) = zend_arena_alloc(&CG(arena), persistent_script->arena_size + 64);
ZCG               693 ext/opcache/zend_accelerator_util_funcs.c 			ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L);
ZCG               694 ext/opcache/zend_accelerator_util_funcs.c 			fast_memcpy(ZCG(arena_mem), persistent_script->arena_mem, persistent_script->arena_size);
ZCG               696 ext/opcache/zend_accelerator_util_funcs.c 			ZCG(arena_mem) = zend_arena_alloc(&CG(arena), persistent_script->arena_size);
ZCG               697 ext/opcache/zend_accelerator_util_funcs.c 			memcpy(ZCG(arena_mem), persistent_script->arena_mem, persistent_script->arena_size);
ZCG               724 ext/opcache/zend_accelerator_util_funcs.c 		zend_hash_destroy(&ZCG(bind_hash));
ZCG               725 ext/opcache/zend_accelerator_util_funcs.c 		ZCG(current_persistent_script) = NULL;
ZCG               210 ext/opcache/zend_file_cache.c 	if (info->str_size + len > ZSTR_LEN((zend_string*)ZCG(mem))) {
ZCG               212 ext/opcache/zend_file_cache.c 		ZCG(mem) = (void*)zend_string_realloc(
ZCG               213 ext/opcache/zend_file_cache.c 			(zend_string*)ZCG(mem),
ZCG               217 ext/opcache/zend_file_cache.c 	memcpy(ZSTR_VAL((zend_string*)ZCG(mem)) + info->str_size, str, len);
ZCG               226 ext/opcache/zend_file_cache.c 	str = (zend_string*)((char*)ZCG(mem) + ((size_t)(str) & ~Z_UL(1)));
ZCG               654 ext/opcache/zend_file_cache.c 	memcpy(info->system_id, ZCG(system_id), 32);
ZCG               678 ext/opcache/zend_file_cache.c 	len = strlen(ZCG(accel_directives).file_cache);
ZCG               680 ext/opcache/zend_file_cache.c 	memcpy(filename, ZCG(accel_directives).file_cache, len);
ZCG               683 ext/opcache/zend_file_cache.c 	memcpy(filename + len + 1, ZCG(system_id), 32);
ZCG               688 ext/opcache/zend_file_cache.c 	memcpy(filename + len + 1, ZCG(system_id), 32);
ZCG               717 ext/opcache/zend_file_cache.c 	if (zend_file_cache_mkdir(filename, strlen(ZCG(accel_directives).file_cache)) != SUCCESS) {
ZCG               750 ext/opcache/zend_file_cache.c 	ZCG(mem) = zend_string_alloc(4096 - (_ZSTR_HEADER_SIZE + 1), 0);
ZCG               763 ext/opcache/zend_file_cache.c 	info.checksum = zend_adler32(info.checksum, (signed char*)ZSTR_VAL((zend_string*)ZCG(mem)), info.str_size);
ZCG               770 ext/opcache/zend_file_cache.c 	vec[2].iov_base = ZSTR_VAL((zend_string*)ZCG(mem));
ZCG               775 ext/opcache/zend_file_cache.c 		zend_string_release((zend_string*)ZCG(mem));
ZCG               785 ext/opcache/zend_file_cache.c 		write(fd, ((zend_string*)ZCG(mem))->val, info.str_size) != info.str_size
ZCG               788 ext/opcache/zend_file_cache.c 		zend_string_release((zend_string*)ZCG(mem));
ZCG               796 ext/opcache/zend_file_cache.c 	zend_string_release((zend_string*)ZCG(mem));
ZCG              1253 ext/opcache/zend_file_cache.c 	if (memcmp(info.system_id, ZCG(system_id), 32) != 0) {
ZCG              1263 ext/opcache/zend_file_cache.c 	if (ZCG(accel_directives).validate_timestamps &&
ZCG              1298 ext/opcache/zend_file_cache.c 	if (ZCG(accel_directives).file_cache_consistency_checks &&
ZCG              1307 ext/opcache/zend_file_cache.c 	if (!ZCG(accel_directives).file_cache_only &&
ZCG              1355 ext/opcache/zend_file_cache.c 	ZCG(mem) = ((char*)mem + info.mem_size);
ZCG              1363 ext/opcache/zend_file_cache.c 		script->dynamic_members.last_used = ZCG(request_time);
ZCG               108 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
ZCG               109 ext/opcache/zend_persist.c 		HT_SET_DATA_ADDR(ht, ZCG(mem));
ZCG               110 ext/opcache/zend_persist.c 		ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket))));
ZCG               133 ext/opcache/zend_persist.c 		void *data = ZCG(mem);
ZCG               136 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
ZCG               137 ext/opcache/zend_persist.c 		ZCG(mem) = (void*)((char*)data + HT_USED_SIZE(ht));
ZCG               190 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
ZCG               191 ext/opcache/zend_persist.c 		HT_SET_DATA_ADDR(ht, ZCG(mem));
ZCG               192 ext/opcache/zend_persist.c 		ZCG(mem) = (void*)((char*)ZCG(mem) + (hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket)));
ZCG               215 ext/opcache/zend_persist.c 		void *data = ZCG(mem);
ZCG               217 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
ZCG               218 ext/opcache/zend_persist.c 		ZCG(mem) = (void*)((char*)data + HT_USED_SIZE(ht));
ZCG               629 ext/opcache/zend_persist.c 		if (ZCG(accel_directives).save_comments) {
ZCG               671 ext/opcache/zend_persist.c 	ZCG(mem) = (void*)((char*)ZCG(mem) + ZEND_ALIGNED_SIZE(zend_extensions_op_array_persist(op_array, ZCG(mem))));
ZCG               685 ext/opcache/zend_persist.c 	memcpy(ZCG(arena_mem), Z_PTR_P(zv), sizeof(zend_op_array));
ZCG               686 ext/opcache/zend_persist.c 	zend_shared_alloc_register_xlat_entry(Z_PTR_P(zv), ZCG(arena_mem));
ZCG               687 ext/opcache/zend_persist.c 	Z_PTR_P(zv) = ZCG(arena_mem);
ZCG               688 ext/opcache/zend_persist.c 	ZCG(arena_mem) = (void*)((char*)ZCG(arena_mem) + ZEND_ALIGNED_SIZE(sizeof(zend_op_array)));
ZCG               700 ext/opcache/zend_persist.c 	memcpy(ZCG(arena_mem), Z_PTR_P(zv), sizeof(zend_property_info));
ZCG               701 ext/opcache/zend_persist.c 	zend_shared_alloc_register_xlat_entry(Z_PTR_P(zv), ZCG(arena_mem));
ZCG               702 ext/opcache/zend_persist.c 	prop = Z_PTR_P(zv) = ZCG(arena_mem);
ZCG               703 ext/opcache/zend_persist.c 	ZCG(arena_mem) = (void*)((char*)ZCG(arena_mem) + ZEND_ALIGNED_SIZE(sizeof(zend_property_info)));
ZCG               707 ext/opcache/zend_persist.c 		if (ZCG(accel_directives).save_comments) {
ZCG               724 ext/opcache/zend_persist.c 		memcpy(ZCG(arena_mem), Z_PTR_P(zv), sizeof(zend_class_entry));
ZCG               725 ext/opcache/zend_persist.c 		zend_shared_alloc_register_xlat_entry(Z_PTR_P(zv), ZCG(arena_mem));
ZCG               726 ext/opcache/zend_persist.c 		ce = Z_PTR_P(zv) = ZCG(arena_mem);
ZCG               727 ext/opcache/zend_persist.c 		ZCG(arena_mem) = (void*)((char*)ZCG(arena_mem) + ZEND_ALIGNED_SIZE(sizeof(zend_class_entry)));
ZCG               755 ext/opcache/zend_persist.c 			if (ZCG(accel_directives).save_comments) {
ZCG               900 ext/opcache/zend_persist.c 	script->mem = ZCG(mem);
ZCG               902 ext/opcache/zend_persist.c 	ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
ZCG               913 ext/opcache/zend_persist.c 	ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L);
ZCG               915 ext/opcache/zend_persist.c 	ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
ZCG               918 ext/opcache/zend_persist.c 	script->arena_mem = ZCG(arena_mem) = ZCG(mem);
ZCG               919 ext/opcache/zend_persist.c 	ZCG(mem) = (void*)((char*)ZCG(mem) + script->arena_size);
ZCG                29 ext/opcache/zend_persist_calc.c #define ADD_DUP_SIZE(m,s)  ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m, s)
ZCG                30 ext/opcache/zend_persist_calc.c #define ADD_SIZE(m)        ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
ZCG                32 ext/opcache/zend_persist_calc.c #define ADD_ARENA_SIZE(m)        ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m)
ZCG                37 ext/opcache/zend_persist_calc.c 		if (ZCG(current_persistent_script)->corrupted) { \
ZCG               243 ext/opcache/zend_persist_calc.c 	if (ZCG(accel_directives).save_comments && op_array->doc_comment) {
ZCG               291 ext/opcache/zend_persist_calc.c 		if (ZCG(accel_directives).save_comments && prop->doc_comment) {
ZCG               326 ext/opcache/zend_persist_calc.c 		if (ZCG(accel_directives).save_comments && ZEND_CE_DOC_COMMENT(ce)) {
ZCG               391 ext/opcache/zend_persist_calc.c 	ZCG(current_persistent_script) = new_persistent_script;
ZCG               419 ext/opcache/zend_persist_calc.c 	ZCG(current_persistent_script) = NULL;
ZCG               168 ext/opcache/zend_shared_alloc.c 	if (ZCG(accel_directives).memory_model && ZCG(accel_directives).memory_model[0]) {
ZCG               169 ext/opcache/zend_shared_alloc.c 		char *model = ZCG(accel_directives).memory_model;
ZCG               171 ext/opcache/zend_shared_alloc.c 		if (strncmp(ZCG(accel_directives).memory_model, "cgi", sizeof("cgi")) == 0) {
ZCG               224 ext/opcache/zend_shared_alloc.c 	ZCG(locked) = 1; /* no need to perform a real lock at this point */
ZCG               251 ext/opcache/zend_shared_alloc.c 	ZCG(locked) = 0;
ZCG               311 ext/opcache/zend_shared_alloc.c 	if (!ZCG(locked)) {
ZCG               338 ext/opcache/zend_shared_alloc.c 	if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) {
ZCG               350 ext/opcache/zend_shared_alloc.c 	if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) {
ZCG               354 ext/opcache/zend_shared_alloc.c 	retval = ZCG(mem);
ZCG               355 ext/opcache/zend_shared_alloc.c 	ZCG(mem) = (void*)(((char*)ZCG(mem)) + ZEND_ALIGNED_SIZE(size));
ZCG               366 ext/opcache/zend_shared_alloc.c 	if (ZCG(locked)) {
ZCG               405 ext/opcache/zend_shared_alloc.c 	ZCG(locked) = 1;
ZCG               410 ext/opcache/zend_shared_alloc.c 	ZCG(locked) = 0;
ZCG               433 ext/opcache/zend_shared_alloc.c 	zend_hash_init(&ZCG(xlat_table), 128, NULL, NULL, 1);
ZCG               439 ext/opcache/zend_shared_alloc.c 	zend_hash_destroy(&ZCG(xlat_table));
ZCG               444 ext/opcache/zend_shared_alloc.c 	zend_hash_clean(&ZCG(xlat_table));
ZCG               449 ext/opcache/zend_shared_alloc.c 	zend_hash_index_add_new_ptr(&ZCG(xlat_table), (zend_ulong)old, (void*)new);
ZCG               456 ext/opcache/zend_shared_alloc.c 	if ((retval = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)old)) == NULL) {