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 541 ext/opcache/ZendAccelerator.c if (ZCG(counted)) {
ZCG 543 ext/opcache/ZendAccelerator.c ZCG(counted) = 0;
ZCG 628 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).force_restart_timeout
ZCG 631 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 839 ext/opcache/ZendAccelerator.c full_path_ptr = accel_php_resolve_path(file_handle->filename, strlen(file_handle->filename), ZCG(include_path) TSRMLS_CC);
ZCG 883 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).revalidate_freq &&
ZCG 884 ext/opcache/ZendAccelerator.c persistent_script->dynamic_members.revalidate >= ZCG(request_time)) {
ZCG 889 ext/opcache/ZendAccelerator.c persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).revalidate_freq;
ZCG 925 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).use_cwd &&
ZCG 943 ext/opcache/ZendAccelerator.c ZCG(key_len) = 0;
ZCG 948 ext/opcache/ZendAccelerator.c if (ZCG(include_path_key)) {
ZCG 949 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path_key);
ZCG 952 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path);
ZCG 953 ext/opcache/ZendAccelerator.c include_path_len = ZCG(include_path_len);
ZCG 954 ext/opcache/ZendAccelerator.c if (ZCG(include_path_check) &&
ZCG 955 ext/opcache/ZendAccelerator.c ZCG(enabled) && accel_startup_ok &&
ZCG 956 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 957 ext/opcache/ZendAccelerator.c !zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1) &&
ZCG 963 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 964 ext/opcache/ZendAccelerator.c if (ZCG(include_path_key)) {
ZCG 965 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path_key);
ZCG 970 ext/opcache/ZendAccelerator.c key = zend_shared_alloc(ZCG(include_path_len) + 2);
ZCG 972 ext/opcache/ZendAccelerator.c memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 973 ext/opcache/ZendAccelerator.c key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
ZCG 974 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
ZCG 975 ext/opcache/ZendAccelerator.c zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
ZCG 976 ext/opcache/ZendAccelerator.c include_path = ZCG(include_path_key);
ZCG 1011 ext/opcache/ZendAccelerator.c if ((size_t)key_length >= sizeof(ZCG(key))) {
ZCG 1012 ext/opcache/ZendAccelerator.c ZCG(key_len) = 0;
ZCG 1015 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), cwd, cwd_len);
ZCG 1016 ext/opcache/ZendAccelerator.c ZCG(key)[cwd_len] = ':';
ZCG 1018 ext/opcache/ZendAccelerator.c memcpy(ZCG(key) + cwd_len + 1, file_handle->filename, path_length);
ZCG 1020 ext/opcache/ZendAccelerator.c ZCG(key)[cwd_len + 1 + path_length] = ':';
ZCG 1025 ext/opcache/ZendAccelerator.c memcpy(ZCG(key) + cur_len, parent_script, parent_script_len);
ZCG 1027 ext/opcache/ZendAccelerator.c ZCG(key)[cur_len] = ':';
ZCG 1030 ext/opcache/ZendAccelerator.c memcpy(ZCG(key) + cur_len, include_path, include_path_len);
ZCG 1031 ext/opcache/ZendAccelerator.c ZCG(key)[key_length] = '\0';
ZCG 1035 ext/opcache/ZendAccelerator.c if ((size_t)key_length >= sizeof(ZCG(key))) {
ZCG 1036 ext/opcache/ZendAccelerator.c ZCG(key_len) = 0;
ZCG 1039 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), file_handle->filename, key_length + 1);
ZCG 1042 ext/opcache/ZendAccelerator.c *key_len = ZCG(key_len) = key_length;
ZCG 1043 ext/opcache/ZendAccelerator.c return ZCG(key);
ZCG 1056 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock(TSRMLS_C) != SUCCESS) {
ZCG 1061 ext/opcache/ZendAccelerator.c realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);
ZCG 1079 ext/opcache/ZendAccelerator.c !ZCG(accel_directives).validate_timestamps ||
ZCG 1159 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 1160 ext/opcache/ZendAccelerator.c (!ZCG(accel_directives).validate_timestamps ||
ZCG 1173 ext/opcache/ZendAccelerator.c ZCG(mem) = zend_shared_alloc(memory_used);
ZCG 1174 ext/opcache/ZendAccelerator.c if (!ZCG(mem)) {
ZCG 1181 ext/opcache/ZendAccelerator.c new_persistent_script->mem = ZCG(mem);
ZCG 1188 ext/opcache/ZendAccelerator.c if ((char*)new_persistent_script->mem + new_persistent_script->size != (char*)ZCG(mem)) {
ZCG 1190 ext/opcache/ZendAccelerator.c ((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING,
ZCG 1195 ext/opcache/ZendAccelerator.c ZCG(mem));
ZCG 1204 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 1296 ext/opcache/ZendAccelerator.c if (key == ZCG(key)) {
ZCG 1297 ext/opcache/ZendAccelerator.c key_length = ZCG(key_len);
ZCG 1326 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps ||
ZCG 1327 ext/opcache/ZendAccelerator.c ZCG(accel_directives).file_update_protection ||
ZCG 1328 ext/opcache/ZendAccelerator.c ZCG(accel_directives).max_file_size > 0) {
ZCG 1334 ext/opcache/ZendAccelerator.c timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL TSRMLS_CC);
ZCG 1345 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).file_update_protection &&
ZCG 1346 ext/opcache/ZendAccelerator.c (ZCG(request_time) - ZCG(accel_directives).file_update_protection < timestamp)) {
ZCG 1351 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size) {
ZCG 1367 ext/opcache/ZendAccelerator.c CG(function_table) = &ZCG(function_table);
ZCG 1400 ext/opcache/ZendAccelerator.c zend_accel_free_user_functions(&ZCG(function_table) TSRMLS_CC);
ZCG 1411 ext/opcache/ZendAccelerator.c zend_accel_move_user_functions(&ZCG(function_table), &new_persistent_script->function_table TSRMLS_CC);
ZCG 1430 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).validate_timestamps) {
ZCG 1435 ext/opcache/ZendAccelerator.c new_persistent_script->dynamic_members.revalidate = ZCG(request_time) + ZCG(accel_directives).revalidate_freq;
ZCG 1460 ext/opcache/ZendAccelerator.c !ZCG(enabled) || !accel_startup_ok ||
ZCG 1461 ext/opcache/ZendAccelerator.c (!ZCG(counted) && !ZCSG(accelerator_enabled)) ||
ZCG 1474 ext/opcache/ZendAccelerator.c if (!ZCG(counted)) {
ZCG 1475 ext/opcache/ZendAccelerator.c ZCG(counted) = 1;
ZCG 1483 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == NULL &&
ZCG 1485 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script)) ||
ZCG 1487 ext/opcache/ZendAccelerator.c *EG(opline_ptr) == ZCG(cache_opline) &&
ZCG 1496 ext/opcache/ZendAccelerator.c if (!ZCG(key_len)) {
ZCG 1501 ext/opcache/ZendAccelerator.c persistent_script = ZCG(cache_persistent_script);
ZCG 1502 ext/opcache/ZendAccelerator.c key = ZCG(key);
ZCG 1503 ext/opcache/ZendAccelerator.c key_length = ZCG(key_len);
ZCG 1542 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 1555 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 1556 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 1565 ext/opcache/ZendAccelerator.c if (persistent_script && ZCG(accel_directives).validate_timestamps) {
ZCG 1584 ext/opcache/ZendAccelerator.c if (persistent_script && ZCG(accel_directives).consistency_checks
ZCG 1585 ext/opcache/ZendAccelerator.c && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) {
ZCG 1679 ext/opcache/ZendAccelerator.c persistent_script->dynamic_members.last_used = ZCG(request_time);
ZCG 1803 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 1804 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 1838 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), persistent_script->full_path, persistent_script->full_path_len + 1);
ZCG 1839 ext/opcache/ZendAccelerator.c ZCG(key_len) = persistent_script->full_path_len;
ZCG 1840 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = opline;
ZCG 1841 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 1847 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 1854 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = opline;
ZCG 1855 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 1860 ext/opcache/ZendAccelerator.c resolved_path = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);
ZCG 1870 ext/opcache/ZendAccelerator.c if (key && !ZCG(accel_directives).revalidate_path) {
ZCG 1878 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = opline;
ZCG 1879 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 1889 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 1890 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 1899 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 1900 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 1926 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == NULL &&
ZCG 1927 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) != NULL) ||
ZCG 1929 ext/opcache/ZendAccelerator.c (ZCG(cache_opline) == *EG(opline_ptr)))) {
ZCG 1930 ext/opcache/ZendAccelerator.c persistent_script = ZCG(cache_persistent_script);
ZCG 1946 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), persistent_script->full_path, persistent_script->full_path_len + 1);
ZCG 1947 ext/opcache/ZendAccelerator.c ZCG(key_len) = persistent_script->full_path_len;
ZCG 1948 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
ZCG 1949 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = EG(opline_ptr) ? persistent_script : NULL;
ZCG 1956 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 1957 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 1964 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 1965 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) &&
ZCG 1997 ext/opcache/ZendAccelerator.c memcpy(ZCG(key), persistent_script->full_path, persistent_script->full_path_len + 1);
ZCG 1998 ext/opcache/ZendAccelerator.c ZCG(key_len) = persistent_script->full_path_len;
ZCG 1999 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
ZCG 2000 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 2010 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).revalidate_path &&
ZCG 2016 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
ZCG 2017 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = persistent_script;
ZCG 2030 ext/opcache/ZendAccelerator.c if (key && !ZCG(accel_directives).revalidate_path) {
ZCG 2038 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = (EG(opline_ptr) && key) ? *EG(opline_ptr): NULL;
ZCG 2039 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = key ? persistent_script : NULL;
ZCG 2043 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 2044 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 2048 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 2049 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 2070 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok) {
ZCG 2076 ext/opcache/ZendAccelerator.c ZCG(request_time) = (time_t)sapi_get_request_time(TSRMLS_C);
ZCG 2077 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = NULL;
ZCG 2078 ext/opcache/ZendAccelerator.c ZCG(cache_persistent_script) = NULL;
ZCG 2079 ext/opcache/ZendAccelerator.c ZCG(include_path_check) = !ZCG(include_path_key);
ZCG 2081 ext/opcache/ZendAccelerator.c if (ZCG(counted)) {
ZCG 2088 ext/opcache/ZendAccelerator.c ZCG(counted) = 0;
ZCG 2122 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) {
ZCG 2129 ext/opcache/ZendAccelerator.c ZCSG(last_restart_time) = ZCG(request_time);
ZCG 2137 ext/opcache/ZendAccelerator.c if (ZCG(internal_functions_count) != zend_hash_num_elements(&ZCG(function_table))) {
ZCG 2138 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 2141 ext/opcache/ZendAccelerator.c ZCG(cwd) = NULL;
ZCG 2336 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok) {
ZCG 2342 ext/opcache/ZendAccelerator.c ZCG(counted) = 0;
ZCG 2345 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).fast_shutdown) {
ZCG 2350 ext/opcache/ZendAccelerator.c if (ZCG(cwd)) {
ZCG 2351 ext/opcache/ZendAccelerator.c efree(ZCG(cwd));
ZCG 2352 ext/opcache/ZendAccelerator.c ZCG(cwd) = NULL;
ZCG 2410 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).enable_cli &&
ZCG 2430 ext/opcache/ZendAccelerator.c zend_accel_hash_init(&ZCSG(hash), ZCG(accel_directives).max_accelerated_files);
ZCG 2437 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 2438 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) {
ZCG 2441 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_start) = zend_shared_alloc((ZCG(accel_directives).interned_strings_buffer * 1024 * 1024));
ZCG 2446 ext/opcache/ZendAccelerator.c ZCSG(interned_strings_end) = ZCSG(interned_strings_start) + (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024);
ZCG 2464 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) {
ZCG 2526 ext/opcache/ZendAccelerator.c if (!ZCG(accel_directives).enable_cli &&
ZCG 2535 ext/opcache/ZendAccelerator.c if (ZCG(enabled) == 0) {
ZCG 2541 ext/opcache/ZendAccelerator.c switch (zend_shared_alloc_startup(ZCG(accel_directives).memory_consumption)) {
ZCG 2607 ext/opcache/ZendAccelerator.c ZCG(cwd) = NULL;
ZCG 2611 ext/opcache/ZendAccelerator.c ZCG(include_path) = INI_STR("include_path");
ZCG 2612 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = NULL;
ZCG 2613 ext/opcache/ZendAccelerator.c if (ZCG(include_path) && *ZCG(include_path)) {
ZCG 2614 ext/opcache/ZendAccelerator.c ZCG(include_path_len) = strlen(ZCG(include_path));
ZCG 2615 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 2616 ext/opcache/ZendAccelerator.c if (!ZCG(include_path_key) &&
ZCG 2621 ext/opcache/ZendAccelerator.c key = zend_shared_alloc(ZCG(include_path_len) + 2);
ZCG 2623 ext/opcache/ZendAccelerator.c memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
ZCG 2624 ext/opcache/ZendAccelerator.c key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
ZCG 2625 ext/opcache/ZendAccelerator.c ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
ZCG 2626 ext/opcache/ZendAccelerator.c zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
ZCG 2633 ext/opcache/ZendAccelerator.c ZCG(include_path) = "";
ZCG 2634 ext/opcache/ZendAccelerator.c ZCG(include_path_len) = 0;
ZCG 2653 ext/opcache/ZendAccelerator.c if (ZCG(enabled) && accel_startup_ok &&
ZCG 2654 ext/opcache/ZendAccelerator.c ZCG(accel_directives).user_blacklist_filename &&
ZCG 2655 ext/opcache/ZendAccelerator.c *ZCG(accel_directives.user_blacklist_filename)) {
ZCG 2657 ext/opcache/ZendAccelerator.c zend_accel_blacklist_load(&accel_blacklist, ZCG(accel_directives.user_blacklist_filename));
ZCG 2683 ext/opcache/ZendAccelerator.c if (!ZCG(enabled) || !accel_startup_ok) {
ZCG 2689 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).interned_strings_buffer) {
ZCG 2726 ext/opcache/ZendAccelerator.c if (ZCG(accel_directives).force_restart_timeout) {
ZCG 2727 ext/opcache/ZendAccelerator.c ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
ZCG 2736 ext/opcache/ZendAccelerator.c #define accel_deactivate_now() ZCG(counted) = 1; accel_deactivate_sub(TSRMLS_C)
ZCG 2748 ext/opcache/ZendAccelerator.c if (ZCG(counted)) {
ZCG 2768 ext/opcache/ZendAccelerator.c if (!ZCG(counted)) {
ZCG 2778 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 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 323 ext/opcache/zend_accelerator_module.c (!ZCG(accel_directives).validate_timestamps ||
ZCG 331 ext/opcache/zend_accelerator_module.c (!ZCG(accel_directives).validate_timestamps ||
ZCG 392 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && ZCG(accel_directives).file_override_enabled) {
ZCG 422 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && (ZCG(counted) || ZCSG(accelerator_enabled))) {
ZCG 427 ext/opcache/zend_accelerator_module.c if (ZCG(enabled) && accel_startup_ok && ZCSG(accelerator_enabled) && ZCG(accel_directives).optimization_level) {
ZCG 432 ext/opcache/zend_accelerator_module.c if (ZCG(enabled)) {
ZCG 443 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 505 ext/opcache/zend_accelerator_module.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled) || accelerator_shm_read_lock(TSRMLS_C) != SUCCESS) {
ZCG 532 ext/opcache/zend_accelerator_module.c if (ZCG(accel_directives).validate_timestamps) {
ZCG 572 ext/opcache/zend_accelerator_module.c add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_enabled)));
ZCG 580 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 583 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 658 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.enable", ZCG(enabled));
ZCG 659 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.enable_cli", ZCG(accel_directives).enable_cli);
ZCG 660 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.use_cwd", ZCG(accel_directives).use_cwd);
ZCG 661 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamps);
ZCG 662 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.inherited_hack", ZCG(accel_directives).inherited_hack);
ZCG 663 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.dups_fix", ZCG(accel_directives).ignore_dups);
ZCG 664 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.revalidate_path", ZCG(accel_directives).revalidate_path);
ZCG 666 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.log_verbosity_level", ZCG(accel_directives).log_verbosity_level);
ZCG 667 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.memory_consumption", ZCG(accel_directives).memory_consumption);
ZCG 669 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.interned_strings_buffer",ZCG(accel_directives).interned_strings_buffer);
ZCG 671 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.max_accelerated_files", ZCG(accel_directives).max_accelerated_files);
ZCG 672 ext/opcache/zend_accelerator_module.c add_assoc_double(directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_percentage);
ZCG 673 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.consistency_checks", ZCG(accel_directives).consistency_checks);
ZCG 674 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.force_restart_timeout", ZCG(accel_directives).force_restart_timeout);
ZCG 675 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.revalidate_freq", ZCG(accel_directives).revalidate_freq);
ZCG 676 ext/opcache/zend_accelerator_module.c add_assoc_string(directives, "opcache.preferred_memory_model", STRING_NOT_NULL(ZCG(accel_directives).memory_model), 1);
ZCG 677 ext/opcache/zend_accelerator_module.c add_assoc_string(directives, "opcache.blacklist_filename", STRING_NOT_NULL(ZCG(accel_directives).user_blacklist_filename), 1);
ZCG 678 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size);
ZCG 679 ext/opcache/zend_accelerator_module.c add_assoc_string(directives, "opcache.error_log", STRING_NOT_NULL(ZCG(accel_directives).error_log), 1);
ZCG 681 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.protect_memory", ZCG(accel_directives).protect_memory);
ZCG 682 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.save_comments", ZCG(accel_directives).save_comments);
ZCG 683 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.load_comments", ZCG(accel_directives).load_comments);
ZCG 684 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.fast_shutdown", ZCG(accel_directives).fast_shutdown);
ZCG 685 ext/opcache/zend_accelerator_module.c add_assoc_bool(directives, "opcache.enable_file_override", ZCG(accel_directives).file_override_enabled);
ZCG 686 ext/opcache/zend_accelerator_module.c add_assoc_long(directives, "opcache.optimization_level", ZCG(accel_directives).optimization_level);
ZCG 721 ext/opcache/zend_accelerator_module.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {
ZCG 764 ext/opcache/zend_accelerator_module.c if (!ZCG(enabled) || !accel_startup_ok || !ZCSG(accelerator_enabled)) {
ZCG 804 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 895 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 941 ext/opcache/zend_accelerator_util_funcs.c zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0);
ZCG 943 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 203 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && op_array->doc_comment) {
ZCG 227 ext/opcache/zend_persist_calc.c if (ZCG(accel_directives).save_comments && prop->doc_comment) {
ZCG 272 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;