Home
last modified time | relevance | path

Searched refs:llist_apply_func_t (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_llist.h33 typedef void (*llist_apply_func_t)(void *); typedef
56 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func);
H A Dzend_extensions.c217 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_shutdown); in zend_shutdown_extensions()
H A Dzend_llist.c177 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) in zend_llist_apply()
H A Dzend_execute_API.c151 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator); in init_executor()
347 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator); in shutdown_executor()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c225 zend_llist_apply(&sorted_exts, (llist_apply_func_t) print_extension_info); in print_extensions()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1390 zend_llist_apply(&zend_extensions, (llist_apply_func_t) add_zendext_info); in PHPDBG_COMMAND()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5131 zend_llist_apply(BG(user_tick_functions), (llist_apply_func_t) user_tick_function_call);

Completed in 38 milliseconds