Home
last modified time | relevance | path

Searched defs:func (Results 51 – 75 of 90) sorted by last modified time

1234

/php-src/sapi/phpdbg/
H A Dphpdbg_print.c180 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() argument
236 zend_function *func = zend_hash_str_find_ptr(EG(function_table), function, len); in phpdbg_print_opcodes_function() local
247 zend_function *func; in phpdbg_print_opcodes_method_ce() local
328 zend_function *func; in phpdbg_print_opcodes() local
H A Dphpdbg_frame.c194 const zend_function *func = NULL; in phpdbg_dump_prototype() local
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c376 void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *a…
H A Dzend_file_cache.c304 serialize_callback_t func)
647 zend_function *func; local
1159 unserialize_callback_t func,
1490 zend_function *func; local
/php-src/ext/pdo/
H A Dpdo_dbh.c1277 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_dtor() local
1289 zend_function *func = (zend_function*)Z_PTR_P(el); in cls_method_pdtor() local
1304 zend_internal_function func; in pdo_hash_methods() local
H A Dphp_pdo_driver.h623 } func; member
/php-src/ext/standard/
H A Dbase64.c344 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) argument
346 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func argument
355 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3"))) argument
357 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func argument
/php-src/Zend/
H A Dzend_gc.c2049 zend_function *func = ex->func; in zend_gc_check_root_tmpvars() local
2079 zend_function *func = ex->func; in zend_gc_remove_root_tmpvars() local
H A Dzend_execute.h254 …nd_vm_init_call_frame(zend_execute_data *call, uint32_t call_info, zend_function *func, uint32_t n… in zend_vm_init_call_frame()
263 …_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()
281 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack()
291 …nd_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()
379 zend_function *func = EG(current_execute_data)->func; in zend_active_function() local
H A Dzend_types.h328 zend_function *func; member
/php-src/ext/session/
H A Dsession.c1111 void (*func)(void); member
/php-src/Zend/Optimizer/
H A Dzend_dump.c467 zend_function *func = ZEND_FLF_FUNC(opline); in zend_dump_op() local
H A Dzend_optimizer.c131 zend_internal_function *func = zend_hash_find_ptr(EG(function_table), lc_name); in zend_optimizer_eval_special_func_call() local
900 zend_function *func; in zend_optimizer_get_called_func() local
918 zend_function *func; in zend_optimizer_get_called_func() local
1445 zend_function *func; in zend_adjust_fcall_stack_size() local
1503 zend_op_array *op_array, zend_op_array_func_t func, void *context) { in zend_foreach_op_array_helper()
1510 void zend_foreach_op_array(zend_script *script, zend_op_array_func_t func, void *context) in zend_foreach_op_array()
H A Dzend_call_graph.c50 zend_function *func; in zend_analyze_calls() local
H A Dsccp.c758 static bool can_ct_eval_func_call(zend_function *func, zend_string *name, uint32_t num_args, zval *… in can_ct_eval_func_call()
793 zend_op_array *op_array, zval *result, zend_function *func, uint32_t num_args, zval **args) { in ct_eval_func_call_ex()
856 zend_function *func = zend_hash_find_ptr(CG(function_table), name); in ct_eval_func_call() local
1726 zend_function *func = ZEND_FLF_FUNC(opline); in sccp_visit_instr() local
H A Doptimize_func_calls.c32 zend_function *func; member
78 …zend_try_inline_call(zend_op_array *op_array, zend_op *fcall, zend_op *opline, zend_function *func) in zend_try_inline_call()
/php-src/ext/com_dotnet/
H A Dcom_handlers.c292 zend_function *func; in com_method_get() local
H A Dcom_typeinfo.c482 FUNCDESC *func; in php_com_process_typeinfo() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c290 …unction_context(void** func_ptr, struct sljit_function_context* context, sljit_uw addr, void* func) in sljit_set_function_context()
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c182 int (*func)(const unsigned char *); member
/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c228 void ir_strtab_apply(const ir_strtab *strtab, ir_strtab_apply_t func) in ir_strtab_apply()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c424 StkId func; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h110 const lxb_css_syntax_cb_function_t *func; member
/php-src/main/streams/
H A Dphp_stream_context.h42 php_stream_notification_func func; member
/php-src/ext/phar/
H A Dfunc_interceptors.c885 #define PHAR_INTERCEPT(func) \ argument
923 #define PHAR_RELEASE(func) \ argument

Completed in 197 milliseconds

1234