Home
last modified time | relevance | path

Searched refs:func_ptr (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/spl/
H A Dphp_spl.c370 zend_function *func_ptr; member
382 if (alfi->func_ptr && in autoload_func_info_dtor()
385 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_dtor()
428 func = alfi->func_ptr; in PHP_FUNCTION()
522 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
525 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
573 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
626 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()
643 alfi.func_ptr = copy; in PHP_FUNCTION()
654 zend_free_trampoline(alfi.func_ptr); in PHP_FUNCTION()
[all …]
H A Dspl_directory.c2066 static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pas… in spl_filesystem_file_call() argument
2099 ZVAL_STR(&fci.function_name, func_ptr->common.function_name); in spl_filesystem_file_call()
2101 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
2119 zend_function *func_ptr; \
2120func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_na…
2121 if (func_ptr == NULL) { \
2125 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2); \
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1486 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
H A DsljitNativePPC_common.c238 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument
241 if (func_ptr) in sljit_set_function_context()
242 *func_ptr = (void*)context; in sljit_set_function_context()

Completed in 28 milliseconds