Home
last modified time | relevance | path

Searched refs:llist_apply_with_arg_func_t (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_llist.h32 typedef void (*llist_apply_with_arg_func_t)(void *data, void *arg); typedef
58 ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void …
H A Dzend_extensions.c329 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in zend_extensions_op_array_persist_calc()
343 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in zend_extensions_op_array_persist()
H A Dzend_llist.c229 ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void … in zend_llist_apply_with_argument()
H A Dzend_opcode.c94 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in init_op_array()
526 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in destroy_op_array()
947 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_a… in pass_two()
H A Dzend_builtin_functions.c1494 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) add_zendext_info, r… in ZEND_FUNCTION()
H A Dzend_vm_def.h7522 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat…
7534 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
7546 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal…
H A Dzend_vm_execute.h2758 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_stat… in ZEND_EXT_STMT_SPEC_HANDLER()
2770 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_BEGIN_SPEC_HANDLER()
2782 …zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_fcal… in ZEND_EXT_FCALL_END_SPEC_HANDLER()
/PHP-8.0/main/
H A Dphp_ticks.c69 …zend_llist_apply_with_argument(&PG(tick_functions), (llist_apply_with_arg_func_t) php_tick_iterato… in php_run_ticks()
H A DSAPI.c901 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) sapi_modul… in sapi_send_headers()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1697 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t)add_respons…
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c443 …zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t)add_respons… in PHP_FUNCTION()

Completed in 183 milliseconds