Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 87) sorted by last modified time

1234

/php-src/ext/standard/
H A Darray.c6018 bucket_compare_func_t *func; local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5288 ir_ref func, arg1, arg2, arg3; in zend_jit_math_helper() local
5611 ir_ref func, arg1, arg2, arg3; in zend_jit_long_math_helper() local
6111 jit_stub_id func; in zend_jit_assign_to_variable_call() local
6221 uintptr_t func; in zend_jit_assign_to_variable() local
8100 zend_function func; member
8449 zend_function *func = NULL; local
8609 zend_function *func = NULL; local
8860 zend_function *func = NULL; local
14886 const void *func; local
14962 const void *func; local
[all …]
H A Dzend_jit_trace.c476 static bool zend_jit_needs_arg_dtor(const zend_function *func, uint32_t arg_num, zend_call_info *ca… in zend_jit_needs_arg_dtor()
2580 const zend_function *func = p->func; in zend_jit_trace_build_tssa() local
8493 zend_function *func = (zend_function*)regs->gpr[t->exit_info[exit_num].poly_func_reg]; in zend_jit_trace_exit() local
/php-src/ext/ffi/
H A Dffi.c134 } func; member
2137 zend_function *func; in zend_ffi_cdata_get_closure() local
2876 zend_function *func; in zend_ffi_get_func() local
/php-src/ext/sqlite3/
H A Dsqlite3.c873 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_func() local
881 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_step() local
892 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context); in php_sqlite3_callback_final() local
943 php_sqlite3_func *func; in PHP_METHOD() local
989 php_sqlite3_func *func; in PHP_METHOD() local
2181 php_sqlite3_func *func; in php_sqlite3_object_free_storage() local
2255 php_sqlite3_func *func = intern->funcs; in php_sqlite3_get_gc() local
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h36 zend_fcall_info_cache func; member
H A Dsqlite_driver.c98 struct pdo_sqlite_func *func; in pdo_sqlite_cleanup_callbacks() local
435 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_step_callback() local
442 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_final_callback() local
480 struct pdo_sqlite_func *func = (struct pdo_sqlite_func*)sqlite3_user_data(context); in php_sqlite3_func_callback() local
487 struct pdo_sqlite_func *func; in pdo_sqlite_create_function_internal() local
544 struct pdo_sqlite_func *func; in pdo_sqlite_create_aggregate_internal() local
698 struct pdo_sqlite_func *func = H->funcs; in pdo_sqlite_get_gc() local
/php-src/main/
H A Dfastcgi.c399 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) in fcgi_hash_apply()
1710 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array)
H A Doutput.c648 …put_handler_alias_register(const char *name, size_t name_len, php_output_handler_alias_ctor_t func) in php_output_handler_alias_register()
1247 php_output_handler_func_t func = *(php_output_handler_func_t *) handler_context; in php_output_handler_compat_func() local
H A Dphp_output.h135 } func; member
/php-src/Zend/
H A Dzend_compile.c1230 ZEND_API zend_result do_bind_function(zend_function *func, zval *lcname) /* {{{ */ in do_bind_function()
6589 ZEND_API void zend_set_function_arg_flags(zend_function *func) /* {{{ */ in zend_set_function_arg_flags()
H A Dzend_inheritance.c95 static zend_function *zend_duplicate_internal_function(zend_function *func, zend_class_entry *ce) /… in zend_duplicate_internal_function()
114 static zend_always_inline zend_function *zend_duplicate_function(zend_function *func, zend_class_en… in zend_duplicate_function()
1213 zend_function *func = (zend_function*)Z_PTR_P(child); in do_inherit_method() local
1486 zend_function *func; in zend_do_inheritance_ex() local
1793 zend_function *func; in do_interface_implementation() local
2617 zend_function *func; in zend_verify_abstract_class() local
H A Dzend_API.h843 zend_function *func = fcc->function_handler; in zend_call_known_fcc() local
H A Dzend_builtin_functions.c887 zend_function *func; in ZEND_FUNCTION() local
1371 zend_function *func; in ZEND_FUNCTION() local
1783 zend_function *func; in zend_fetch_debug_backtrace() local
1862 zend_function *func = ZEND_FLF_FUNC(opline); in zend_fetch_debug_backtrace() local
H A Dzend_API.c491 zend_function *func = zend_active_function(); in zend_null_arg_deprecated() local
3779 zend_function *func; in zend_is_callable_check_func() local
4270 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args)… in zend_fcall_info_args_ex()
H A Dzend_portability.h562 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) func argument
565 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) argument
587 # define ZEND_INTRIN_SSE4_2_FUNC_DECL(func) func argument
590 # define ZEND_INTRIN_SSE4_2_FUNC_DECL(func) argument
613 # define ZEND_INTRIN_PCLMUL_FUNC_DECL(func) func argument
616 # define ZEND_INTRIN_PCLMUL_FUNC_DECL(func) argument
662 # define ZEND_INTRIN_AVX2_FUNC_DECL(func) func argument
665 # define ZEND_INTRIN_AVX2_FUNC_DECL(func) argument
682 # define ZEND_INTRIN_AVX512_FUNC_DECL(func) func argument
685 # define ZEND_INTRIN_AVX512_FUNC_DECL(func) argument
[all …]
H A Dzend_execute_API.c444 zend_function *func = Z_PTR_P(zv); in shutdown_executor() local
501 zend_function *func; in get_active_class_name() local
534 zend_function *func; in get_active_function_name() local
564 zend_function *func = EX(func); in zend_active_function_ex() local
585 ZEND_API zend_string *get_function_or_method_name(const zend_function *func) /* {{{ */ in get_function_or_method_name()
601 zend_function *func = zend_active_function(); in get_active_function_arg_name() local
607 ZEND_API const char *get_function_arg_name(const zend_function *func, uint32_t arg_num) /* {{{ */ in get_function_arg_name()
776 zend_function *func; in zend_call_function() local
H A Dzend_execute.c2276 ZEND_COLD void ZEND_FASTCALL zend_param_must_be_ref(const zend_function *func, uint32_t arg_num) in zend_param_must_be_ref()
4665 zval *func; in zend_init_dynamic_call_string() local
5283 …_stack_push_call_frame_ex(uint32_t used_stack, uint32_t call_info, zend_function *func, uint32_t n… in _zend_vm_stack_push_call_frame_ex()
5302 …d_execute_data *_zend_vm_stack_push_call_frame(uint32_t call_info, zend_function *func, uint32_t n… in _zend_vm_stack_push_call_frame()
H A Dzend_closures.c33 zend_function func; member
45 zend_function *func = EX(func); in ZEND_METHOD() local
75 zend_function *func = &closure->func; in zend_valid_closure_binding() local
731 static void zend_create_closure_ex(zval *res, zend_function *func, zend_class_entry *scope, zend_cl… in zend_create_closure_ex()
835 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
841 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure()
/php-src/ext/opcache/jit/ir/
H A Dir.c2270 ir_ref _ir_CALL(ir_ctx *ctx, ir_type type, ir_ref func)
2276 ir_ref _ir_CALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1)
2282 ir_ref _ir_CALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2)
2296 ir_ref _ir_CALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2344 ir_ref _ir_CALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
2368 void _ir_TAILCALL(ir_ctx *ctx, ir_type type, ir_ref func)
2379 void _ir_TAILCALL_1(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1)
2390 void _ir_TAILCALL_2(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2)
2408 void _ir_TAILCALL_3(ir_ctx *ctx, ir_type type, ir_ref func, ir_ref arg1, ir_ref arg2, ir_ref arg3)
2468 void _ir_TAILCALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
[all …]
H A Dir_emit.c74 const ir_insn *func = &ctx->ir_base[insn->op2]; in ir_call_proto() local
95 const ir_insn *func = &ctx->ir_base[insn->op2]; in ir_is_fastcall() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddef.h22 #define LXB_DEPRECATED(func) __declspec(deprecated) func argument
24 #define LXB_DEPRECATED(func) func __attribute__((deprecated)) argument
26 #define LXB_DEPRECATED(func) func argument
/php-src/ext/readline/
H A Dreadline_cli.c480 zend_function *func; in cli_completion_generator_func() local
/php-src/ext/spl/
H A Dphp_spl.c435 zend_function *func = alfi->func_ptr; in spl_perform_autoload() local
/php-src/Zend/Optimizer/
H A Dzend_inference.c4515 const zend_function *func, const zend_script *script, in zend_get_return_info_from_signature_only()

Completed in 271 milliseconds

1234