Searched refs:func_ptr (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/spl/ |
H A D | php_spl.c | 366 zend_function *func_ptr; member 378 if (alfi->func_ptr && in autoload_func_info_dtor() 381 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_dtor() 424 func = alfi->func_ptr; in PHP_FUNCTION() 518 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION() 521 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION() 569 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION() 622 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION() 639 alfi.func_ptr = copy; in PHP_FUNCTION() 650 zend_free_trampoline(alfi.func_ptr); in PHP_FUNCTION() [all …]
|
H A D | spl_directory.c | 2062 static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pas… in spl_filesystem_file_call() argument 2095 ZVAL_STR(&fci.function_name, func_ptr->common.function_name); in spl_filesystem_file_call() 2097 fcic.function_handler = func_ptr; in spl_filesystem_file_call() 2115 zend_function *func_ptr; \ 2116 …func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_na… 2117 if (func_ptr == NULL) { \ 2121 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2); \
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1426 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
|
H A D | sljitNativePPC_common.c | 235 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument 238 if (func_ptr) in sljit_set_function_context() 239 *func_ptr = (void*)context; in sljit_set_function_context()
|
Completed in 33 milliseconds