ZCG 30 ext/opcache/Optimizer/zend_optimizer.c ZCG(accel_directives).optimization_level
ZCG 76 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).protect_memory) { \
ZCG 82 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).protect_memory) { \
ZCG 157 ext/opcache/ZendAccelerator.c if (ZCG(cwd)) {
ZCG 158 ext/opcache/ZendAccelerator.c efree(ZCG(cwd));
ZCG 160 ext/opcache/ZendAccelerator.c ZCG(cwd_len) = strlen(cwd);
ZCG 161 ext/opcache/ZendAccelerator.c ZCG(cwd) = estrndup(cwd, ZCG(cwd_len));
ZCG 163 ext/opcache/ZendAccelerator.c if (ZCG(cwd)) {
ZCG 164 ext/opcache/ZendAccelerator.c efree(ZCG(cwd));
ZCG 165 ext/opcache/ZendAccelerator.c ZCG(cwd) = NULL;
ZCG 172 ext/opcache/ZendAccelerator.c if (ZCG(cwd)) {
ZCG 173 ext/opcache/ZendAccelerator.c *cwd_len = ZCG(cwd_len);
ZCG 174 ext/opcache/ZendAccelerator.c return ZCG(cwd);
ZCG 181 ext/opcache/ZendAccelerator.c *cwd_len = ZCG(cwd_len) = strlen(cwd);
ZCG 182 ext/opcache/ZendAccelerator.c ZCG(cwd) = estrndup(cwd, ZCG(cwd_len));
ZCG 183 ext/opcache/ZendAccelerator.c return ZCG(cwd);
ZCG 189 ext/opcache/ZendAccelerator.c if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(accel_directives).max_wasted_percentage) {
ZCG 203 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = NULL;
ZCG 205 ext/opcache/ZendAccelerator.c ZCG(include_path) = new_value;
ZCG 206 ext/opcache/ZendAccelerator.c if (ZCG(include_path) && *ZCG(include_path)) {
ZCG 207 ext/opcache/ZendAccelerator.c ZCG(include_path_len) = new_value_length;
ZCG 209 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 210 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled))) {
ZCG 212 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 213 ext/opcache/ZendAccelerator.c if (!ZCG(include_path_key) &&
ZCG 218 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 219 ext/opcache/ZendAccelerator.c if (!ZCG(include_path_key) &&
ZCG 223 ext/opcache/ZendAccelerator.c key = zend_shared_alloc(ZCG(include_path_len) + 2);
ZCG 225 ext/opcache/ZendAccelerator.c memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 226 ext/opcache/ZendAccelerator.c key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
ZCG 227 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
ZCG 228 ext/opcache/ZendAccelerator.c zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
ZCG 238 ext/opcache/ZendAccelerator.c ZCG(include_path_check) = 1;
ZCG 241 ext/opcache/ZendAccelerator.c ZCG(include_path) = "";
ZCG 242 ext/opcache/ZendAccelerator.c ZCG(include_path_len) = 0;
ZCG 540 ext/opcache/ZendAccelerator.c if (ZCG(counted)) {
ZCG 542 ext/opcache/ZendAccelerator.c ZCG(counted) = 0;
ZCG 627 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).force_restart_timeout
ZCG 630 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 838 ext/opcache/ZendAccelerator.c full_path_ptr = accel_php_resolve_path(file_handle->filename, strlen(file_handle->filename), ZCG(include_path) TSRMLS_CC);
ZCG 882 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).revalidate_freq &&
ZCG 924 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).use_cwd &&
ZCG 942 ext/opcache/ZendAccelerator.c ZCG(key_len) = 0;
ZCG 947 ext/opcache/ZendAccelerator.c if (ZCG(include_path_key)) {
ZCG 948 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path_key);
ZCG 951 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path);
ZCG 952 ext/opcache/ZendAccelerator.c include_path_len = ZCG(include_path_len);
ZCG 953 ext/opcache/ZendAccelerator.c if (ZCG(include_path_check) &&
ZCG 954 ext/opcache/ZendAccelerator.c ZCG(enabled) && accel_startup_ok &&
ZCG 955 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 956 ext/opcache/ZendAccelerator.c !zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1) &&
ZCG 962 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 963 ext/opcache/ZendAccelerator.c if (ZCG(include_path_key)) {
ZCG 964 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path_key);
ZCG 969 ext/opcache/ZendAccelerator.c key = zend_shared_alloc(ZCG(include_path_len) + 2);
ZCG 971 ext/opcache/ZendAccelerator.c memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 972 ext/opcache/ZendAccelerator.c key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
ZCG 973 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
ZCG 974 ext/opcache/ZendAccelerator.c zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
ZCG 975 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path_key);
ZCG 1010 ext/opcache/ZendAccelerator.c if ((size_t)key_length >= sizeof(ZCG(key))) {
ZCG 1011 ext/opcache/ZendAccelerator.c ZCG(key_len) = 0;
ZCG 1014 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), cwd, cwd_len);
ZCG 1015 ext/opcache/ZendAccelerator.c ZCG(key)[cwd_len] = ':';
ZCG 1017 ext/opcache/ZendAccelerator.c memcpy(ZCG(key) + cwd_len + 1, file_handle->filename, path_length);
ZCG 1019 ext/opcache/ZendAccelerator.c ZCG(key)[cwd_len + 1 + path_length] = ':';
ZCG 1024 ext/opcache/ZendAccelerator.c memcpy(ZCG(key) + cur_len, parent_script, parent_script_len);
ZCG 1026 ext/opcache/ZendAccelerator.c ZCG(key)[cur_len] = ':';
ZCG 1029 ext/opcache/ZendAccelerator.c memcpy(ZCG(key) + cur_len, include_path, include_path_len);
ZCG 1030 ext/opcache/ZendAccelerator.c ZCG(key)[key_length] = '\0';
ZCG 1034 ext/opcache/ZendAccelerator.c if ((size_t)key_length >= sizeof(ZCG(key))) {
ZCG 1035 ext/opcache/ZendAccelerator.c ZCG(key_len) = 0;
ZCG 1038 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), file_handle->filename, key_length + 1);
ZCG 1041 ext/opcache/ZendAccelerator.c *key_len = ZCG(key_len) = key_length;
ZCG 1042 ext/opcache/ZendAccelerator.c return ZCG(key);
ZCG 1055 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock(TSRMLS_C) != SUCCESS) {
ZCG 1060 ext/opcache/ZendAccelerator.c realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);
ZCG 1078 ext/opcache/ZendAccelerator.c !ZCG(accel_directives).validate_timestamps ||
ZCG 1156 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 1157 ext/opcache/ZendAccelerator.c (!ZCG(accel_directives).validate_timestamps ||
ZCG 1170 ext/opcache/ZendAccelerator.c ZCG(mem) = zend_shared_alloc(memory_used);
ZCG 1171 ext/opcache/ZendAccelerator.c if (!ZCG(mem)) {
ZCG 1178 ext/opcache/ZendAccelerator.c new_persistent_script->mem = ZCG(mem);
ZCG 1185 ext/opcache/ZendAccelerator.c if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) {
ZCG 1187 ext/opcache/ZendAccelerator.c ((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING,
ZCG 1192 ext/opcache/ZendAccelerator.c ZCG(mem));
ZCG 1199 ext/opcache/ZendAccelerator.c if (bucket && !ZCG(accel_directives).revalidate_path &&
ZCG 1288 ext/opcache/ZendAccelerator.c if (key == ZCG(key)) {
ZCG 1289 ext/opcache/ZendAccelerator.c key_length = ZCG(key_len);
ZCG 1335 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps ||
ZCG 1336 ext/opcache/ZendAccelerator.c ZCG(accel_directives).file_update_protection ||
ZCG 1337 ext/opcache/ZendAccelerator.c ZCG(accel_directives).max_file_size > 0) {
ZCG 1343 ext/opcache/ZendAccelerator.c timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL TSRMLS_CC);
ZCG 1354 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_update_protection &&
ZCG 1355 ext/opcache/ZendAccelerator.c (ZCG(request_time) - ZCG(accel_directives).file_update_protection < timestamp)) {
ZCG 1360 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size) {
ZCG 1376 ext/opcache/ZendAccelerator.c CG(function_table) = &ZCG(function_table);
ZCG 1409 ext/opcache/ZendAccelerator.c zend_accel_free_user_functions(&ZCG(function_table) TSRMLS_CC);
ZCG 1420 ext/opcache/ZendAccelerator.c zend_accel_move_user_functions(&ZCG(function_table), &new_persistent_script->function_table TSRMLS_CC);
ZCG 1439 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps) {
ZCG 1469 ext/opcache/ZendAccelerator.c !ZCG(enabled) || !accel_startup_ok ||
ZCG 1470 ext/opcache/ZendAccelerator.c (!ZCG(counted) && !ZCSG(accelerator_enabled)) ||
ZCG 1483 ext/opcache/ZendAccelerator.c if (!ZCG(counted)) {
ZCG 1484 ext/opcache/ZendAccelerator.c ZCG(counted) = 1;
ZCG 1492 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == NULL &&
ZCG 1494 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script)) ||
ZCG 1496 ext/opcache/ZendAccelerator.c *EG(opline_ptr) == ZCG(cache_opline) &&
ZCG 1505 ext/opcache/ZendAccelerator.c if (!ZCG(key_len)) {
ZCG 1510 ext/opcache/ZendAccelerator.c persistent_script = ZCG(cache_persistent_script);
ZCG 1511 ext/opcache/ZendAccelerator.c key = ZCG(key);
ZCG 1512 ext/opcache/ZendAccelerator.c key_length = ZCG(key_len);
ZCG 1551 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 1564 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 1565 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 1574 ext/opcache/ZendAccelerator.c if (persistent_script && ZCG(accel_directives).validate_timestamps) {
ZCG 1593 ext/opcache/ZendAccelerator.c if (persistent_script && ZCG(accel_directives).consistency_checks
ZCG 1594 ext/opcache/ZendAccelerator.c && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) {
ZCG 1688 ext/opcache/ZendAccelerator.c persistent_script->dynamic_members.last_used = ZCG(request_time);
ZCG 1812 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 1813 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 1847 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), persistent_script->full_path, persistent_script->full_path_len + 1);
ZCG 1848 ext/opcache/ZendAccelerator.c ZCG(key_len) = persistent_script->full_path_len;
ZCG 1849 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = opline;
ZCG 1850 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 1856 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 1863 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = opline;
ZCG 1864 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 1869 ext/opcache/ZendAccelerator.c resolved_path = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);
ZCG 1879 ext/opcache/ZendAccelerator.c if (key && !ZCG(accel_directives).revalidate_path) {
ZCG 1887 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = opline;
ZCG 1888 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 1898 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 1899 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 1908 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 1909 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 1935 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == NULL &&
ZCG 1936 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) != NULL) ||
ZCG 1938 ext/opcache/ZendAccelerator.c (ZCG(cache_opline) == *EG(opline_ptr)))) {
ZCG 1939 ext/opcache/ZendAccelerator.c persistent_script = ZCG(cache_persistent_script);
ZCG 1955 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), persistent_script->full_path, persistent_script->full_path_len + 1);
ZCG 1956 ext/opcache/ZendAccelerator.c ZCG(key_len) = persistent_script->full_path_len;
ZCG 1957 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
ZCG 1958 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = EG(opline_ptr) ? persistent_script : NULL;
ZCG 1965 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 1966 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 1973 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 1974 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 2006 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), persistent_script->full_path, persistent_script->full_path_len + 1);
ZCG 2007 ext/opcache/ZendAccelerator.c ZCG(key_len) = persistent_script->full_path_len;
ZCG 2008 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
ZCG 2009 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 2019 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 2025 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
ZCG 2026 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 2039 ext/opcache/ZendAccelerator.c if (key && !ZCG(accel_directives).revalidate_path) {
ZCG 2047 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = (EG(opline_ptr) && key) ? *EG(opline_ptr): NULL;
ZCG 2048 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = key ? persistent_script : NULL;
ZCG 2052 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 2053 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 2057 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 2058 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 2079 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok) {
ZCG 2085 ext/opcache/ZendAccelerator.c ZCG(request_time) = (time_t)sapi_get_request_time(TSRMLS_C);
ZCG 2086 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 2087 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 2088 ext/opcache/ZendAccelerator.c ZCG(include_path_check) = !ZCG(include_path_key);
ZCG 2090 ext/opcache/ZendAccelerator.c if (ZCG(counted)) {
ZCG 2097 ext/opcache/ZendAccelerator.c ZCG(counted) = 0;
ZCG 2136 ext/opcache/ZendAccelerator.c ZCSG(last_restart_time) = ZCG(request_time);
ZCG 2144 ext/opcache/ZendAccelerator.c if (ZCG(internal_functions_count) != zend_hash_num_elements(&ZCG(function_table))) {
ZCG 2145 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 2148 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps) {
ZCG 2149 ext/opcache/ZendAccelerator.c time_t now = ZCG(request_time);
ZCG 2150 ext/opcache/ZendAccelerator.c if (now > ZCSG(revalidate_at) + (time_t)ZCG(accel_directives).revalidate_freq) {
ZCG 2155 ext/opcache/ZendAccelerator.c ZCG(cwd) = NULL;
ZCG 2350 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok) {
ZCG 2356 ext/opcache/ZendAccelerator.c ZCG(counted) = 0;
ZCG 2359 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).fast_shutdown) {
ZCG 2364 ext/opcache/ZendAccelerator.c if (ZCG(cwd)) {
ZCG 2365 ext/opcache/ZendAccelerator.c efree(ZCG(cwd));
ZCG 2366 ext/opcache/ZendAccelerator.c ZCG(cwd) = NULL;
ZCG 2424 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).enable_cli &&
ZCG 2444 ext/opcache/ZendAccelerator.c zend_accel_hash_init(&ZCSG(hash), ZCG(accel_directives).max_accelerated_files);
ZCG 2450 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 2453 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_start) = zend_shared_alloc((ZCG(accel_directives).interned_strings_buffer * 1024 * 1024));
ZCG 2458 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_end) = ZCSG(interned_strings_start) + (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024);
ZCG 2537 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).enable_cli &&
ZCG 2546 ext/opcache/ZendAccelerator.c if (ZCG(enabled) == 0) {
ZCG 2552 ext/opcache/ZendAccelerator.c switch (zend_shared_alloc_startup(ZCG(accel_directives).memory_consumption)) {
ZCG 2612 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps) {
ZCG 2613 ext/opcache/ZendAccelerator.c ZCSG(revalidate_at) = zend_accel_get_time() + ZCG(accel_directives).revalidate_freq;
ZCG 2622 ext/opcache/ZendAccelerator.c ZCG(cwd) = NULL;
ZCG 2626 ext/opcache/ZendAccelerator.c ZCG(include_path) = INI_STR("include_path");
ZCG 2627 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = NULL;
ZCG 2628 ext/opcache/ZendAccelerator.c if (ZCG(include_path) && *ZCG(include_path)) {
ZCG 2629 ext/opcache/ZendAccelerator.c ZCG(include_path_len) = strlen(ZCG(include_path));
ZCG 2630 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 2631 ext/opcache/ZendAccelerator.c if (!ZCG(include_path_key) &&
ZCG 2636 ext/opcache/ZendAccelerator.c key = zend_shared_alloc(ZCG(include_path_len) + 2);
ZCG 2638 ext/opcache/ZendAccelerator.c memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 2639 ext/opcache/ZendAccelerator.c key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
ZCG 2640 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
ZCG 2641 ext/opcache/ZendAccelerator.c zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
ZCG 2648 ext/opcache/ZendAccelerator.c ZCG(include_path) = "";
ZCG 2649 ext/opcache/ZendAccelerator.c ZCG(include_path_len) = 0;
ZCG 2668 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 2669 ext/opcache/ZendAccelerator.c ZCG(accel_directives).user_blacklist_filename &&
ZCG 2670 ext/opcache/ZendAccelerator.c *ZCG(accel_directives.user_blacklist_filename)) {
ZCG 2672 ext/opcache/ZendAccelerator.c zend_accel_blacklist_load(&accel_blacklist, ZCG(accel_directives.user_blacklist_filename));
ZCG 2698 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok) {
ZCG 2740 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).force_restart_timeout) {
ZCG 2741 ext/opcache/ZendAccelerator.c ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
ZCG 2750 ext/opcache/ZendAccelerator.c #define accel_deactivate_now() ZCG(counted) = 1; accel_deactivate_sub(TSRMLS_C)
ZCG 2762 ext/opcache/ZendAccelerator.c if (ZCG(counted)) {
ZCG 2782 ext/opcache/ZendAccelerator.c if (!ZCG(counted)) {
ZCG 2792 ext/opcache/ZendAccelerator.c if (ZCG(enabled) &&
ZCG 249 ext/opcache/shared_alloc_win32.c if (!ZCG(accel_directives).mmap_base || !*ZCG(accel_directives).mmap_base) {
ZCG 274 ext/opcache/shared_alloc_win32.c char *s = ZCG(accel_directives).mmap_base;
ZCG 39 ext/opcache/zend_accelerator_debug.c if (type > ZCG(accel_directives).log_verbosity_level) {
ZCG 47 ext/opcache/zend_accelerator_debug.c if (!ZCG(accel_directives).error_log ||
ZCG 48 ext/opcache/zend_accelerator_debug.c !*ZCG(accel_directives).error_log ||
ZCG 49 ext/opcache/zend_accelerator_debug.c strcmp(ZCG(accel_directives).error_log, "stderr") == 0) {
ZCG 53 ext/opcache/zend_accelerator_debug.c fLog = fopen(ZCG(accel_directives).error_log, "a+");
ZCG 82 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).restrict_api && *ZCG(accel_directives).restrict_api) {
ZCG 83 ext/opcache/zend_accelerator_module.c int len = strlen(ZCG(accel_directives).restrict_api);
ZCG 87 ext/opcache/zend_accelerator_module.c memcmp(SG(request_info).path_translated, ZCG(accel_directives).restrict_api, len) != 0) {
ZCG 384 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).file_override_enabled) {
ZCG 414 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && (ZCG(counted) || ZCSG(accelerator_enabled))) {
ZCG 419 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && ZCSG(accelerator_enabled) && ZCG(accel_directives).optimization_level) {
ZCG 424 ext/opcache/zend_accelerator_module.c if (ZCG(enabled)) {
ZCG 435 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%ld", ZCG(accel_directives).memory_consumption-zend_shared_alloc_get_free_memory()-ZSMMG(wasted_shared_memory));
ZCG 489 ext/opcache/zend_accelerator_module.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock(TSRMLS_C) != SUCCESS) {
ZCG 516 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).validate_timestamps) {
ZCG 556 ext/opcache/zend_accelerator_module.c add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_enabled)));
ZCG 564 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 567 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 628 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.enable", ZCG(enabled));
ZCG 629 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli);
ZCG 630 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
ZCG 631 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamps);
ZCG 632 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.inherited_hack", ZCG(accel_directives).inherited_hack);
ZCG 633 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.dups_fix", ZCG(accel_directives).ignore_dups);
ZCG 634 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
ZCG 636 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.log_verbosity_level", ZCG(accel_directives).log_verbosity_level);
ZCG 637 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.memory_consumption", ZCG(accel_directives).memory_consumption);
ZCG 639 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.interned_strings_buffer",ZCG(accel_directives).interned_strings_buffer);
ZCG 641 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.max_accelerated_files", ZCG(accel_directives).max_accelerated_files);
ZCG 642 ext/opcache/zend_accelerator_module.c add_assoc_double(directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_percentage);
ZCG 643 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.consistency_checks", ZCG(accel_directives).consistency_checks);
ZCG 644 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.force_restart_timeout", ZCG(accel_directives).force_restart_timeout);
ZCG 645 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.revalidate_freq", ZCG(accel_directives).revalidate_freq);
ZCG 646 ext/opcache/zend_accelerator_module.c add_assoc_string(directives, "opcache.preferred_memory_model", STRING_NOT_NULL(ZCG(accel_directives).memory_model), 1);
ZCG 647 ext/opcache/zend_accelerator_module.c add_assoc_string(directives, "opcache.blacklist_filename", STRING_NOT_NULL(ZCG(accel_directives).user_blacklist_filename), 1);
ZCG 648 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size);
ZCG 649 ext/opcache/zend_accelerator_module.c add_assoc_string(directives, "opcache.error_log", STRING_NOT_NULL(ZCG(accel_directives).error_log), 1);
ZCG 651 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.protect_memory", ZCG(accel_directives).protect_memory);
ZCG 652 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.save_comments", ZCG(accel_directives).save_comments);
ZCG 653 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.load_comments", ZCG(accel_directives).load_comments);
ZCG 654 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.fast_shutdown", ZCG(accel_directives).fast_shutdown);
ZCG 655 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.enable_file_override", ZCG(accel_directives).file_override_enabled);
ZCG 656 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.optimization_level", ZCG(accel_directives).optimization_level);
ZCG 691 ext/opcache/zend_accelerator_module.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {
ZCG 734 ext/opcache/zend_accelerator_module.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {
ZCG 34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), &(new), sizeof(void*), NULL)
ZCG 35 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), (void**)&(new))
ZCG 37 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new) zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new), sizeof(void*), NULL)
ZCG 38 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new))
ZCG 213 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) TSRMLS_CC);
ZCG 214 ext/opcache/zend_accelerator_util_funcs.c ZCG(internal_functions_count) = zend_hash_num_elements(&ZCG(function_table));
ZCG 581 ext/opcache/zend_accelerator_util_funcs.c if (ZCG(accel_directives).load_comments) {
ZCG 702 ext/opcache/zend_accelerator_util_funcs.c if (ZCG(accel_directives).load_comments) {
ZCG 900 ext/opcache/zend_accelerator_util_funcs.c if (zend_hash_unique_copy(target, source, pCopyConstructor, sizeof(zend_class_entry*), ZCG(accel_directives).ignore_dups, (void**)&pce1, (void**)&pce2) != SUCCESS) {
ZCG 946 ext/opcache/zend_accelerator_util_funcs.c zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0);
ZCG 948 ext/opcache/zend_accelerator_util_funcs.c zend_hash_destroy(&ZCG(bind_hash));
ZCG 293 ext/opcache/zend_persist.c if (main_persistent_script && ZCG(accel_directives).inherited_hack) {
ZCG 394 ext/opcache/zend_persist.c if (ZCG(accel_directives).save_comments) {
ZCG 443 ext/opcache/zend_persist.c if (ZCG(accel_directives).save_comments) {
ZCG 498 ext/opcache/zend_persist.c if (ZCG(accel_directives).save_comments) {
ZCG 201 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && op_array->doc_comment) {
ZCG 225 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && prop->doc_comment) {
ZCG 270 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && ZEND_CE_DOC_COMMENT(ce)) {
ZCG 170 ext/opcache/zend_shared_alloc.c if (ZCG(accel_directives).memory_model && ZCG(accel_directives).memory_model[0]) {
ZCG 171 ext/opcache/zend_shared_alloc.c char *model = ZCG(accel_directives).memory_model;
ZCG 173 ext/opcache/zend_shared_alloc.c if (strncmp(ZCG(accel_directives).memory_model, "cgi", sizeof("cgi")) == 0) {
ZCG 216 ext/opcache/zend_shared_alloc.c ZCG(locked) = 1; /* no need to perform a real lock at this point */
ZCG 243 ext/opcache/zend_shared_alloc.c ZCG(locked) = 0;
ZCG 304 ext/opcache/zend_shared_alloc.c if (!ZCG(locked)) {
ZCG 346 ext/opcache/zend_shared_alloc.c retval = ZCG(mem);;
ZCG 347 ext/opcache/zend_shared_alloc.c ZCG(mem) = (void*)(((char*)ZCG(mem)) + ZEND_ALIGNED_SIZE(size));
ZCG 358 ext/opcache/zend_shared_alloc.c if (ZCG(locked)) {
ZCG 397 ext/opcache/zend_shared_alloc.c ZCG(locked) = 1;
ZCG 413 ext/opcache/zend_shared_alloc.c ZCG(locked) = 0;