response_handlers   71 sapi/apache_hooks/mod_php5.c 	sapi_stack response_handlers;
response_handlers  822 sapi/apache_hooks/mod_php5.c 	php_handler_stack_destroy(&conf->response_handlers);
response_handlers  858 sapi/apache_hooks/mod_php5.c 	sapi_stack_init_ex(&conf->response_handlers, 1);
response_handlers  888 sapi/apache_hooks/mod_php5.c 	a->response_handlers = (a->response_handlers.top)?a->response_handlers:b->response_handlers;
response_handlers  978 sapi/apache_hooks/mod_php5.c 			sapi_stack_push(&conf->response_handlers, handler);
response_handlers 1401 sapi/apache_hooks/mod_php5.c 	return sapi_stack_apply_with_argument_all(&conf->response_handlers, ZEND_STACK_APPLY_BOTTOMUP, (int (*)(void *element, void *)) php_run_hook, r);