Home
last modified time | relevance | path

Searched refs:ZCG (Results 51 – 75 of 214) sorted by relevance

123456789

/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_util_funcs.c38 …(void*)(((char*)(ptr)) + ((char*)ZCG(arena_mem) - (char*)ZCG(current_persistent_script)->arena_mem…
149 ZCG(internal_functions_count) = zend_hash_num_elements(&ZCG(function_table)); in zend_accel_copy_internal_functions()
216 …(void*)c->ce < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_persistent_s… in zend_hash_clone_constants()
268 …(void*)new_entry->scope < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_p… in zend_hash_clone_methods()
326 …(void*)prop_info->ce < (void*)((char*)ZCG(current_persistent_script)->arena_mem + ZCG(current_pers… in zend_hash_clone_prop_info()
784 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
786 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
787 ZCG(arena_mem) = NULL; in zend_accel_load_script()
793 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
824 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
[all …]
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a"); in zend_accel_error()
H A Dzend_persist_calc.c35 if (ZCG(is_immutable_class)) { \
45 if (ZCG(current_persistent_script)->corrupted) { \
172 if (ZEND_TYPE_USES_ARENA(*type) && !ZCG(is_immutable_class)) { in zend_persist_type_calc()
296 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
323 if (!ZCG(is_immutable_class)) { in zend_persist_class_method_calc()
342 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
358 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
401 ZCG(is_immutable_class) = in zend_persist_class_entry_calc()
405 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
563 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
[all …]
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…
539 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy()
576 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy_from_shm()
759 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
761 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
762 ZCG(arena_mem) = NULL; in zend_accel_load_script()
768 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
799 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
[all …]
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
H A Dzend_persist_calc.c34 if (ZCG(is_immutable_class)) { \
44 if (ZCG(current_persistent_script)->corrupted) { \
239 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
266 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
293 if (!ZCG(is_immutable_class)) { in zend_persist_class_method_calc()
312 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
326 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
363 ZCG(is_immutable_class) = in zend_persist_class_entry_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()
[all …]
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…
522 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy()
559 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy_from_shm()
742 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
744 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
745 ZCG(arena_mem) = NULL; in zend_accel_load_script()
751 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
782 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
[all …]
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
H A Dzend_persist_calc.c34 if (ZCG(is_immutable_class)) { \
44 if (ZCG(current_persistent_script)->corrupted) { \
239 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
266 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
293 if (!ZCG(is_immutable_class)) { in zend_persist_class_method_calc()
312 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
326 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
363 ZCG(is_immutable_class) = in zend_persist_class_entry_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()
[all …]
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…
522 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy()
559 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy_from_shm()
742 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
744 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
745 ZCG(arena_mem) = NULL; in zend_accel_load_script()
751 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
782 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
[all …]
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a"); in zend_accel_error()
H A Dzend_persist_calc.c35 if (ZCG(is_immutable_class)) { \
45 if (ZCG(current_persistent_script)->corrupted) { \
172 if (ZEND_TYPE_USES_ARENA(*type) && !ZCG(is_immutable_class)) { in zend_persist_type_calc()
296 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
323 if (!ZCG(is_immutable_class)) { in zend_persist_class_method_calc()
342 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
358 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
401 ZCG(is_immutable_class) = in zend_persist_class_entry_calc()
405 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
563 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
[all …]
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…
539 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy()
576 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy_from_shm()
759 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
761 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
762 ZCG(arena_mem) = NULL; in zend_accel_load_script()
768 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
799 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a+"); in zend_accel_error()
H A Dzend_persist_calc.c34 if (ZCG(is_immutable_class)) { \
44 if (ZCG(current_persistent_script)->corrupted) { \
239 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
266 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
293 if (!ZCG(is_immutable_class)) { in zend_persist_class_method_calc()
312 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
326 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
363 ZCG(is_immutable_class) = in zend_persist_class_entry_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()
[all …]
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…
522 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy()
559 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy_from_shm()
742 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
744 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
745 ZCG(arena_mem) = NULL; in zend_accel_load_script()
751 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
782 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_debug.c38 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error()
44 if (!ZCG(accel_directives).error_log || in zend_accel_error()
45 !*ZCG(accel_directives).error_log || in zend_accel_error()
46 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error()
50 fLog = fopen(ZCG(accel_directives).error_log, "a"); in zend_accel_error()
H A Dzend_persist_calc.c35 if (ZCG(is_immutable_class)) { \
45 if (ZCG(current_persistent_script)->corrupted) { \
172 if (ZEND_TYPE_USES_ARENA(*type) && !ZCG(is_immutable_class)) { in zend_persist_type_calc()
296 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
323 if (!ZCG(is_immutable_class)) { in zend_persist_class_method_calc()
342 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
358 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
401 ZCG(is_immutable_class) = in zend_persist_class_entry_calc()
405 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
563 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
[all …]
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…
539 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy()
576 } else if (UNEXPECTED(!ZCG(accel_directives).ignore_dups)) { in zend_accel_class_hash_copy_from_shm()
759 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); in zend_accel_load_script()
761 ZCG(current_persistent_script) = persistent_script; in zend_accel_load_script()
762 ZCG(arena_mem) = NULL; in zend_accel_load_script()
768 ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L); in zend_accel_load_script()
799 zend_hash_destroy(&ZCG(bind_hash)); in zend_accel_load_script()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_debug.c37 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error_va_args()
43 if (!ZCG(accel_directives).error_log || in zend_accel_error_va_args()
44 !*ZCG(accel_directives).error_log || in zend_accel_error_va_args()
45 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error_va_args()
49 fLog = fopen(ZCG(accel_directives).error_log, "a"); in zend_accel_error_va_args()
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_debug.c37 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error_va_args()
43 if (!ZCG(accel_directives).error_log || in zend_accel_error_va_args()
44 !*ZCG(accel_directives).error_log || in zend_accel_error_va_args()
45 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error_va_args()
49 fLog = fopen(ZCG(accel_directives).error_log, "a"); in zend_accel_error_va_args()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_accelerator_debug.c37 if (type <= ZCG(accel_directives).log_verbosity_level) { in zend_accel_error_va_args()
43 if (!ZCG(accel_directives).error_log || in zend_accel_error_va_args()
44 !*ZCG(accel_directives).error_log || in zend_accel_error_va_args()
45 strcmp(ZCG(accel_directives).error_log, "stderr") == 0) { in zend_accel_error_va_args()
49 fLog = fopen(ZCG(accel_directives).error_log, "a"); in zend_accel_error_va_args()

123456789