Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dphp_spl.c363 zend_function *func_ptr; member
373 if (alfi->func_ptr && in autoload_func_info_destroy()
376 zend_free_trampoline(alfi->func_ptr); in autoload_func_info_destroy()
393 alfi->func_ptr = fcc->function_handler; in autoload_func_info_from_fci()
409 return alfi1->func_ptr == alfi2->func_ptr in autoload_func_info_equals()
431 zend_function *func = alfi->func_ptr; in spl_perform_autoload()
536 if (UNEXPECTED(alfi->func_ptr == &EG(trampoline))) { in PHP_FUNCTION()
540 alfi->func_ptr->common.function_name = NULL; in PHP_FUNCTION()
541 alfi->func_ptr = copy; in PHP_FUNCTION()
545 alfi->func_ptr = zend_hash_str_find_ptr( in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/opcache/jit/vtune/
H A Dittnotify_config.h403 void** func_ptr; member
411 void** func_ptr; member
/PHP-8.0/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 22 milliseconds