Home
last modified time | relevance | path

Searched refs:current_persistent_script (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c29 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m…
30 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
31 #define ADD_ARENA_SIZE(m) ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m)
44 if (ZCG(current_persistent_script)->corrupted) { \
266 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
367 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
510 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
552 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist_calc()
H A Dzend_accelerator_util_funcs.c38 ((void*)(ptr) >= ZCG(current_persistent_script)->arena_mem && \
39 …(void*)(ptr) < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_persistent_s…
42 …(void*)(((char*)(ptr)) + ((char*)ZCG(arena_mem) - (char*)ZCG(current_persistent_script)->arena_mem…
744 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
783 ZCG(current_persistent_script) = NULL; in zend_accel_load_script()
H A Dzend_persist.c92 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
102 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
547 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
712 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
1062 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
1097 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist()
H A DZendAccelerator.h222 zend_persistent_script *current_persistent_script; member

Completed in 24 milliseconds