Searched refs:llist_apply_func_t (Results 1 – 7 of 7) sorted by relevance
35 typedef void (*llist_apply_func_t)(void *); typedef58 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func);
212 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_shutdown); in zend_shutdown_extensions()
179 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) in zend_llist_apply()
155 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_activator); in init_executor()272 zend_llist_apply(&zend_extensions, (llist_apply_func_t) zend_extension_deactivator); in shutdown_executor()
233 zend_llist_apply(&sorted_exts, (llist_apply_func_t) print_extension_info); in print_extensions()
1382 zend_llist_apply(&zend_extensions, (llist_apply_func_t) add_zendext_info); in PHPDBG_COMMAND()
4973 zend_llist_apply(BG(user_tick_functions), (llist_apply_func_t) user_tick_function_call);
Completed in 27 milliseconds