Home
last modified time | relevance | path

Searched refs:ZCSG (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c292 ZCSG(interned_strings_top) = ZCSG(interned_strings_saved_state).top; in accel_interned_strings_restore_state()
304 ZCSG(interned_strings_saved_state).top = ZCSG(interned_strings_top); in accel_interned_strings_save_state()
1613 ZCSG(misses)++;
2058 ZCSG(hits) = 0;
2059 ZCSG(misses) = 0;
2118ZCSG(include_paths).hash_table[zend_inline_hash_func(ZCSG(include_paths).hash_entries[0].key, ZCSG
2128 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart);
2435 ZCSG(interned_strings_start) = ZCSG(interned_strings_end) = NULL;
2442 if (!ZCSG(interned_strings).arBuckets || !ZCSG(interned_strings_start)) {
2447 ZCSG(interned_strings_top) = ZCSG(interned_strings_start);
[all …]
H A Dzend_accelerator_module.c441 …snprintf(buf, sizeof(buf), "%ld", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blacklist… in zend_accel_info()
450 if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) { in zend_accel_info()
451 snprintf(buf, sizeof(buf), "%ld", ZCSG(interned_strings_top) - ZCSG(interned_strings_start)); in zend_accel_info()
453 snprintf(buf, sizeof(buf), "%ld", ZCSG(interned_strings_end) - ZCSG(interned_strings_top)); in zend_accel_info()
587 if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) { in ZEND_FUNCTION()
592 …add_assoc_long(interned_strings_usage, "buffer_size", ZCSG(interned_strings_end) - ZCSG(interned_s… in ZEND_FUNCTION()
593 …add_assoc_long(interned_strings_usage, "used_memory", ZCSG(interned_strings_top) - ZCSG(interned_s… in ZEND_FUNCTION()
594 …add_assoc_long(interned_strings_usage, "free_memory", ZCSG(interned_strings_end) - ZCSG(interned_s… in ZEND_FUNCTION()
606 add_assoc_long(statistics, "hits", ZCSG(hits)); in ZEND_FUNCTION()
612 …add_assoc_long(statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl… in ZEND_FUNCTION()
[all …]
H A DZendAccelerator.h318 #define ZCSG(element) (accel_shared_globals->element) macro

Completed in 32 milliseconds