Searched refs:ZEND_MAP_PTR_INIT (Results 1 – 11 of 11) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_map_ptr.h | 43 # define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro 71 # define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
|
H A D | zend_closures.c | 168 ZEND_MAP_PTR_INIT(my_function.op_array.run_time_cache, ptr); in ZEND_METHOD() 710 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, in zend_create_closure() 737 ZEND_MAP_PTR_INIT(closure->func.op_array.run_time_cache, ptr); in zend_create_closure()
|
H A D | zend_opcode.c | 79 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in init_op_array() 87 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in init_op_array()
|
H A D | zend_inheritance.c | 94 …ZEND_MAP_PTR_INIT(new_function->op_array.static_variables_ptr, &new_function->op_array.static_vari… in zend_duplicate_user_function() 1286 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_do_inheritance_ex()
|
H A D | zend_compile.c | 1009 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in function_add_ref() 1010 ZEND_MAP_PTR_INIT(op_array->run_time_cache, zend_arena_alloc(&CG(arena), sizeof(void*))); in function_add_ref() 1179 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in zend_do_delayed_early_binding() 1661 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data() 1663 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_initialize_class_data() 5997 ZEND_MAP_PTR_INIT(op_array->run_time_cache, zend_arena_alloc(&CG(arena), sizeof(void*))); in zend_compile_func_decl()
|
H A D | zend_object_handlers.c | 1285 ZEND_MAP_PTR_INIT(func->run_time_cache, (void***)&dummy); in zend_get_call_trampoline_func()
|
H A D | zend_execute.c | 3701 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in i_init_code_execute_data()
|
H A D | zend_API.c | 3741 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_declare_typed_property()
|
/PHP-7.4/ext/opcache/ |
H A D | zend_persist.c | 302 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_persist_op_array_ex() 369 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_persist_op_array_ex() 469 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in zend_persist_op_array_ex() 554 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ZCG(arena_mem)); in zend_persist_op_array() 615 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ZCG(arena_mem)); in zend_persist_class_method() 752 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_persist_class_entry() 755 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_persist_class_entry()
|
H A D | zend_accelerator_util_funcs.c | 203 …ZEND_MAP_PTR_INIT(new_entry->run_time_cache, ARENA_REALLOC(ZEND_MAP_PTR(new_entry->run_time_cache)… in zend_hash_clone_methods() 205 ZEND_MAP_PTR_INIT(new_entry->static_variables_ptr, &new_entry->static_variables); in zend_hash_clone_methods() 307 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_class_copy_ctor() 739 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_accel_load_script()
|
H A D | zend_file_cache.c | 421 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); 423 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); 803 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); 1135 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); 1139 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); 1498 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table);
|
Completed in 115 milliseconds