current_persistent_script  259 ext/opcache/ZendAccelerator.h 	zend_persistent_script *current_persistent_script;
current_persistent_script   38 ext/opcache/zend_accelerator_util_funcs.c 	(void*)(((char*)(ptr)) + ((char*)ZCG(arena_mem) - (char*)ZCG(current_persistent_script)->arena_mem))
current_persistent_script  318 ext/opcache/zend_accelerator_util_funcs.c 		if ((void*)new_entry->scope >= ZCG(current_persistent_script)->arena_mem &&
current_persistent_script  319 ext/opcache/zend_accelerator_util_funcs.c 		    (void*)new_entry->scope < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_persistent_script)->arena_size)) {
current_persistent_script  376 ext/opcache/zend_accelerator_util_funcs.c 		if ((void*)prop_info->ce >= ZCG(current_persistent_script)->arena_mem &&
current_persistent_script  377 ext/opcache/zend_accelerator_util_funcs.c 		    (void*)prop_info->ce < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_persistent_script)->arena_size)) {
current_persistent_script  687 ext/opcache/zend_accelerator_util_funcs.c 		ZCG(current_persistent_script) = persistent_script;
current_persistent_script  725 ext/opcache/zend_accelerator_util_funcs.c 		ZCG(current_persistent_script) = NULL;
current_persistent_script   29 ext/opcache/zend_persist_calc.c #define ADD_DUP_SIZE(m,s)  ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m, s)
current_persistent_script   30 ext/opcache/zend_persist_calc.c #define ADD_SIZE(m)        ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
current_persistent_script   32 ext/opcache/zend_persist_calc.c #define ADD_ARENA_SIZE(m)        ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m)
current_persistent_script   37 ext/opcache/zend_persist_calc.c 		if (ZCG(current_persistent_script)->corrupted) { \
current_persistent_script  391 ext/opcache/zend_persist_calc.c 	ZCG(current_persistent_script) = new_persistent_script;
current_persistent_script  419 ext/opcache/zend_persist_calc.c 	ZCG(current_persistent_script) = NULL;