llist_apply_with_args_func_t 243 Zend/zend_extensions.c zend_llist_apply_with_arguments(&zend_extensions, (llist_apply_with_args_func_t) zend_extension_message_dispatcher, 2, message, arg); llist_apply_with_args_func_t 241 Zend/zend_llist.c ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int num_args, ...) llist_apply_with_args_func_t 33 Zend/zend_llist.h typedef void (*llist_apply_with_args_func_t)(void *data, int num_args, va_list args); llist_apply_with_args_func_t 61 Zend/zend_llist.h ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int num_args, ...);