Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/
H A Dphp_spl.c368 zend_function *func_ptr; member
380 if (alfi->func_ptr && in autoload_func_info_dtor()
383 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_dtor()
472 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
475 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
523 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
577 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()
593 alfi.func_ptr->common.function_name = NULL; in PHP_FUNCTION()
594 alfi.func_ptr = copy; in PHP_FUNCTION()
605 zend_free_trampoline(alfi.func_ptr); in PHP_FUNCTION()
[all …]
H A Dspl_directory.c2060 static int spl_filesystem_file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pas… in spl_filesystem_file_call() argument
2089 ZVAL_STR(&fci.function_name, func_ptr->common.function_name); in spl_filesystem_file_call()
2092 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
2111 zend_function *func_ptr; \
2112func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_na…
2113 if (func_ptr == NULL) { \
2117 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2); \
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1185 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
H A DsljitNativePPC_common.c227 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument
230 if (func_ptr) in sljit_set_function_context()
231 *func_ptr = (void*)context; in sljit_set_function_context()

Completed in 45 milliseconds