Searched refs:ZCSG (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/opcache/ |
H A D | zend_accelerator_module.c | 447 (ZCG(counted) || ZCSG(accelerator_enabled)) 487 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(b… 495 if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) { 496 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCSG(interned_strings_top) - ZCSG(interned_strings_start… 498 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCSG(interned_strings_end) - ZCSG(interned_strings_top)); 637 if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) { 641 …add_assoc_long(&interned_strings_usage, "buffer_size", ZCSG(interned_strings_end) - ZCSG(interned_… 642 …add_assoc_long(&interned_strings_usage, "used_memory", ZCSG(interned_strings_top) - ZCSG(interned_… 643 …add_assoc_long(&interned_strings_usage, "free_memory", ZCSG(interned_strings_end) - ZCSG(interned_… 659 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black… [all …]
|
H A D | ZendAccelerator.c | 376 0, ZCSG(interned_strings_top) - ZCSG(interned_strings_saved_top)); in accel_interned_strings_restore_state() 377 ZCSG(interned_strings_top) = ZCSG(interned_strings_saved_top); in accel_interned_strings_restore_state() 400 ZCSG(interned_strings_saved_top) = ZCSG(interned_strings_top); in accel_interned_strings_save_state() 1884 ZCSG(misses)++; in persistent_compile_file() 2088 ZCSG(hits) = 0; in zend_reset_cache_vars() 2089 ZCSG(misses) = 0; in zend_reset_cache_vars() 2210 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart); in accel_activate() 2544 ZCSG(interned_strings_start) = ZCSG(interned_strings_end) = NULL; in zend_accel_init_shm() 2550 ZCSG(interned_strings).nTableMask = -ZCSG(interned_strings).nTableSize; in zend_accel_init_shm() 2561 ZCSG(interned_strings_top) = ZCSG(interned_strings_start); in zend_accel_init_shm() [all …]
|
H A D | ZendAccelerator.h | 299 #define ZCSG(element) (accel_shared_globals->element) macro 329 ((char*)(str) >= ZCSG(interned_strings_start) && (char*)(str) < ZCSG(interned_strings_end))
|
H A D | zend_persist.c | 93 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist() 103 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist() 187 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist_immutable() 197 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist_immutable()
|
H A D | zend_file_cache.c | 901 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_file_cache_unserialize_hash() 1433 !ZCSG(restart_in_progress) && in zend_file_cache_script_load() 1442 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path); in zend_file_cache_script_load() 1453 if (zend_accel_hash_is_full(&ZCSG(hash))) { in zend_file_cache_script_load() 1508 …zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->script.filename), ZSTR_LEN(script->script.fil… in zend_file_cache_script_load()
|
Completed in 27 milliseconds