Searched refs:llist_apply_with_args_func_t (Results 1 – 3 of 3) sorted by relevance
31 typedef void (*llist_apply_with_args_func_t)(void *data, int num_args, va_list args); typedef59 ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int…
248 …zend_llist_apply_with_arguments(&zend_extensions, (llist_apply_with_args_func_t) zend_extension_me… in zend_extension_dispatch_message()
239 ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int… in zend_llist_apply_with_arguments()
Completed in 7 milliseconds