Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_INIT (Results 1 – 12 of 12) sorted by relevance

/php-src/Zend/
H A Dzend_map_ptr.h37 #define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
59 ZEND_MAP_PTR_INIT(ptr, val); \
H A Dzend_closures.c198 ZEND_MAP_PTR_INIT(my_function->op_array.run_time_cache, ptr); in ZEND_METHOD()
762 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, in zend_create_closure_ex()
771 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, ht); in zend_create_closure_ex()
799 ZEND_MAP_PTR_INIT(closure->func.op_array.run_time_cache, ptr); in zend_create_closure_ex()
H A Dzend_opcode.c82 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in init_op_array()
93 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in init_op_array()
H A Dzend_enum.c422ZEND_MAP_PTR_INIT(zif->run_time_cache, zend_arena_calloc(&CG(arena), 1, zend_internal_run_time_cac… in zend_enum_register_func()
H A Dzend_inheritance.c2897 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_lazy_class_load()
2932 ZEND_MAP_PTR_INIT(new_op_array->run_time_cache, NULL); in zend_lazy_class_load()
2933 ZEND_MAP_PTR_INIT(new_op_array->static_variables_ptr, NULL); in zend_lazy_class_load()
2962 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_lazy_class_load()
H A Dzend_object_handlers.c1346 ZEND_MAP_PTR_INIT(func->run_time_cache, (void**)dummy); in zend_get_call_trampoline_func()
H A Dzend_compile.c1200 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in function_add_ref()
1201 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in function_add_ref()
2008 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()
2009 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_initialize_class_data()
H A Dzend_API.c2889ZEND_MAP_PTR_INIT(internal_function->run_time_cache, zend_arena_calloc(&CG(arena), 1, zend_interna… in zend_register_functions()
H A Dzend_execute.c4104 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in i_init_code_execute_data()
/php-src/ext/opcache/
H A Dzend_file_cache.c463 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
464 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
886 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
887 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1317 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1324 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
1325 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1722 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1723 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
H A Dzend_persist.c774 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in zend_persist_class_method()
775 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in zend_persist_class_method()
871 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_persist_class_entry()
922 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_persist_class_entry()
1366 ZEND_MAP_PTR_INIT(script->script.main_op_array.run_time_cache, NULL); in zend_accel_script_persist()
H A Dzend_accelerator_util_funcs.c344 ZEND_MAP_PTR_INIT(op_array->run_time_cache, run_time_cache); in zend_accel_do_delayed_early_binding()

Completed in 127 milliseconds