apply_function 105 Zend/zend_stack.c ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) apply_function 112 Zend/zend_stack.c if (apply_function(ZEND_STACK_ELEMENT(stack, i))) { apply_function 119 Zend/zend_stack.c if (apply_function(ZEND_STACK_ELEMENT(stack, i))) { apply_function 128 Zend/zend_stack.c ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) apply_function 135 Zend/zend_stack.c if (apply_function(ZEND_STACK_ELEMENT(stack, i), arg)) { apply_function 142 Zend/zend_stack.c if (apply_function(ZEND_STACK_ELEMENT(stack, i), arg)) { apply_function 43 Zend/zend_stack.h ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)); apply_function 44 Zend/zend_stack.h ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg);